mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(challenge33): add new challenge about decoupling
This commit is contained in:
11
apps/decoupling/tsconfig.editor.json
Normal file
11
apps/decoupling/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