mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
16 lines
247 B
JSON
16 lines
247 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts",
|
|
"assets/**/*.ts",
|
|
"dist/**/*"
|
|
],
|
|
"include": [
|
|
"../docs/**/*"
|
|
]
|
|
}
|