mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
26 lines
No EOL
549 B
JSON
26 lines
No EOL
549 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"lib": [
|
|
"dom",
|
|
"es2017",
|
|
|
|
],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"preserveConstEnums": true,
|
|
"removeComments": false,
|
|
// "skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "esnext"
|
|
// "outDir": "./tmp"
|
|
}
|
|
} |