26 lines
605 B
JSON
26 lines
605 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Base",
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"compilerOptions": {
|
|
"incremental": false,
|
|
"composite": false,
|
|
"target": "ES2022",
|
|
"experimentalDecorators": true,
|
|
"moduleDetection": "auto",
|
|
"module": "CommonJS",
|
|
"resolveJsonModule": true,
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"sourceMap": false,
|
|
"downlevelIteration": false,
|
|
"inlineSourceMap": false,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|