feat(doc): move notifivation

This commit is contained in:
thomas
2023-10-18 09:52:27 +02:00
parent 27e7137716
commit c0caace62f
32 changed files with 19 additions and 19 deletions

View File

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