mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-13 06:13:03 -05:00
feat(doc): move module to standalone
This commit is contained in:
11
apps/angular/module-to-standalone/tsconfig.editor.json
Normal file
11
apps/angular/module-to-standalone/tsconfig.editor.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"../../../libs/module-to-standalone/shell/src/lib/main-shell.routes.ts",
|
||||
"../../../libs/module-to-standalone/shell/src/lib/main-shell.component.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"types": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user