21 lines
484 B
JSON
21 lines
484 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"esModuleInterop": true,
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"lib": ["es2022"],
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitOverride": true,
|
|
"noImplicitReturns": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es2022"
|
|
}
|
|
}
|