29 lines
755 B
JSON
29 lines
755 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"display": "Default config",
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "CommonJS",
|
||
|
"lib": ["ESNext"],
|
||
|
"composite": false,
|
||
|
"declaration": true,
|
||
|
"sourceMap": true,
|
||
|
"useDefineForClassFields": true,
|
||
|
"declarationMap": true,
|
||
|
"esModuleInterop": true,
|
||
|
"noImplicitAny": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"moduleResolution": "nodenext",
|
||
|
"resolveJsonModule": true,
|
||
|
"removeComments": true,
|
||
|
"preserveWatchOutput": true,
|
||
|
"allowJs": false,
|
||
|
"strict": true,
|
||
|
"noEmitOnError": true,
|
||
|
"importHelpers": true,
|
||
|
"outDir": "dist"
|
||
|
}
|
||
|
}
|