| 12345678910111213 |
- {
- "extends": "../../tsconfig.json",
- "compilerOptions": {
- "types": ["jest", "node"],
- "lib": ["es2015"],
- "skipLibCheck": false,
- "inlineSourceMap": true,
- "allowSyntheticDefaultImports": true,
- "esModuleInterop": true,
- "allowJs": true
- },
- "include": ["../**/*.e2e-spec.ts", "../**/*.d.ts"]
- }
|