Files
angular-challenges/tools/eslint-rules/tsconfig.spec.json
2023-11-18 22:57:35 +04:00

9 lines
207 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["jest", "node"]
},
"include": ["jest.config.ts", "**/*.test.ts", "**/*.spec.ts", "**/*.d.ts"]
}