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