mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 05:43:03 -05:00
refactor: move libs
This commit is contained in:
11
apps/angular/33-decoupling-components/tsconfig.editor.json
Normal file
11
apps/angular/33-decoupling-components/tsconfig.editor.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"../../../libs/decoupling/brain/src/lib/button-disabled.directive.ts",
|
||||
"../../../libs/decoupling/helmet/src/lib/btn-style.directive.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"types": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user