rage-framework-example/tsconfig.json

13 lines
303 B
JSON
Raw Normal View History

2024-06-12 22:59:21 +00:00
{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext", "ES2019"],
"moduleResolution": "node",
"module": "ESNext",
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true
}
}