mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
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
|
|
}
|
|
}
|