mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-26 22:59:34 -05:00
28 lines
567 B
JSON
28 lines
567 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"typeRoots": ["../../node_modules/@types", "./@types"]
|
|
},
|
|
"include": [
|
|
"src",
|
|
"./@types"
|
|
]
|
|
}
|