Files
angular-challenges/apps/router-testing/tsconfig.editor.json
2023-03-09 16:47:07 +01:00

8 lines
123 B
JSON

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