Files
angular-challenges/apps/ngrx-notification/tsconfig.editor.json
2022-11-22 22:25:27 +01:00

8 lines
105 B
JSON

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