| 12345678910111213141516 |
- {
- "extends": "../tsconfig.json",
- "compilerOptions": {
- "types": ["jest", "node"],
- "esModuleInterop": true,
- "allowSyntheticDefaultImports": true,
- "module": "commonjs",
- "target": "ES2021",
- "lib": ["ES2021"],
- "strict": true,
- "skipLibCheck": true,
- "resolveJsonModule": true
- },
- "include": ["**/*.spec.ts", "**/*.e2e-spec.ts"],
- "exclude": ["node_modules", "dist"]
- }
|