mirror of
https://git.haroon.hackclub.app/haroon/Battler-Generator.git
synced 2024-11-09 23:49:38 +00:00
19 lines
No EOL
415 B
JSON
19 lines
No EOL
415 B
JSON
{
|
|
"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"
|
|
} |