mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-26 20:28:48 +01:00
25 lines
472 B
JSON
25 lines
472 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@angular/*": [
|
|
"../node_modules/@angular/*"
|
|
],
|
|
"@nebular/*": [
|
|
"../node_modules/@nebular/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts",
|
|
"../node_modules/@nebular/**/*.spec.ts"
|
|
],
|
|
"include": [
|
|
"../src/*.ts",
|
|
"../src/**/*.ts",
|
|
"../node_modules/@nebular/**/*.ts"
|
|
]
|
|
}
|