mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 13:51:51 +00:00
20 lines
485 B
JSON
20 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
|
||
|
}
|
||
|
}
|