Files
angular-challenges/apps/ngrx/notification/tsconfig.editor.json
2023-10-18 14:08:15 +02:00

11 lines
192 B
JSON

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