Files
angular-challenges/apps/ngrx-notification/tsconfig.editor.json
2022-11-24 14:44:34 +01:00

10 lines
188 B
JSON

{
"extends": "./tsconfig.json",
"include": [
"**/*.ts",
"../../libs/ngrx-notification/backend/src/lib/fake-backend.service.ts"
],
"compilerOptions": {
"types": []
}
}