Battler-Generator/tsconfig.json

19 lines
415 B
JSON
Raw Normal View History

2024-04-10 21:47:46 +00:00
{
"compilerOptions": {
"lib": [
"ESNext"
],
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"strict": true,
"downlevelIteration": true,
"skipLibCheck": true,
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"types": ["@types/node"]
},
"moduleDetection": "force"
}