mirror of
https://github.com/novuhq/novu.git
synced 2026-03-13 10:41:26 +08:00
21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"downlevelIteration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es2015", "dom"],
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strictNullChecks": false,
|
|
"strictPropertyInitialization": false,
|
|
"target": "es5"
|
|
}
|
|
}
|