21 lines
492 B
JSON
21 lines
492 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2022",
|
||
|
"module": "esnext",
|
||
|
"composite": true,
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"moduleResolution": "bundler",
|
||
|
"esModuleInterop": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"noUnusedLocals": false,
|
||
|
"noUnusedParameters": true,
|
||
|
"types": []
|
||
|
}
|
||
|
}
|