| 1234567891011121314151617 |
- {
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "types": ["node"],
- "lib": ["es2015"],
- "useDefineForClassFields": false,
- "skipLibCheck": true,
- "inlineSourceMap": false,
- "sourceMap": true,
- "allowSyntheticDefaultImports": true,
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true,
- "esModuleInterop": true,
- "allowJs": false,
- "diagnostics": false
- }
- }
|