rage-framework-example/tsconfig.json
2025-01-26 21:19:18 +00:00

13 lines
306 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"lib": ["ESNext", "ES2019"],
"moduleResolution": "bundler",
"module": "ESNext",
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true
}
}