feat(doc): move module to standalone

This commit is contained in:
thomas
2023-10-18 10:01:49 +02:00
parent 5ec510269d
commit f96e9f3f80
15 changed files with 31 additions and 31 deletions

View 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": []
}
}