mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 02:06:11 +01:00
17 lines
247 B
JSON
17 lines
247 B
JSON
|
|
{
|
||
|
|
"extends": "../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "../out-tsc/app",
|
||
|
|
"baseUrl": "."
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"test.ts",
|
||
|
|
"**/*.spec.ts",
|
||
|
|
"assets/**/*.ts",
|
||
|
|
"dist/**/*"
|
||
|
|
],
|
||
|
|
"include": [
|
||
|
|
"../docs/**/*"
|
||
|
|
]
|
||
|
|
}
|