rage-framework-example/tsconfig.json
Oleksandr Honcharov 9ab27a83dd init
2024-06-13 01:59:21 +03:00

13 lines
303 B
JSON

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