19 lines
485 B
JSON
19 lines
485 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"target": "esnext",
|
|
"lib": ["es2023"],
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"alwaysStrict": true,
|
|
"noImplicitThis": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"strictPropertyInitialization": false,
|
|
"useUnknownInCatchVariables": false
|
|
}
|
|
}
|