mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
build(tsconfig): specify only entry points
This commit is contained in:
parent
4dbb41ba9d
commit
e503698818
1 changed files with 4 additions and 7 deletions
|
|
@ -4,14 +4,11 @@
|
||||||
"outDir": "../out-tsc/app",
|
"outDir": "../out-tsc/app",
|
||||||
"baseUrl": "./"
|
"baseUrl": "./"
|
||||||
},
|
},
|
||||||
"exclude": [
|
"files": [
|
||||||
"test.ts",
|
"main.ts",
|
||||||
"**/*.spec.ts",
|
"polyfills.ts"
|
||||||
"../node_modules/@nebular/**/*.spec.ts"
|
|
||||||
],
|
],
|
||||||
"include": [
|
"include": [
|
||||||
"../src/*.ts",
|
"**/*.d.ts"
|
||||||
"../src/**/*.ts",
|
|
||||||
"../node_modules/@nebular/**/*.ts"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue