You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
621 B
25 lines
621 B
1 month ago
|
{
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"incremental": false,
|
||
|
"lib": ["es2015", "es5", "dom", "es2021"],
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"noEmitOnError": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitAny": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"preserveSymlinks": true,
|
||
|
"preserveWatchOutput": true,
|
||
|
"pretty": false,
|
||
|
"resolveJsonModule": true,
|
||
|
"sourceMap": true,
|
||
|
"target": "es6",
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|