Files
angular-challenges/apps/testing/23-harness/tsconfig.editor.json
2024-05-12 12:18:12 +02:00

8 lines
127 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "jest.config.ts"],
"compilerOptions": {
"types": []
}
}