mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"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": []
|
|
}
|
|
}
|