rage-framework-example/tsconfig.json

13 lines
306 B
JSON
Raw Normal View History

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