Files
angular-challenges/apps/testing-harness/tsconfig.editor.json
2023-06-06 09:54:00 +02:00

8 lines
127 B
JSON

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