build(tsconfig): specify only entry points

This commit is contained in:
Sergey Andrievskiy 2021-01-19 13:29:37 +03:00
parent 4dbb41ba9d
commit e503698818

View file

@ -4,14 +4,11 @@
"outDir": "../out-tsc/app",
"baseUrl": "./"
},
"exclude": [
"test.ts",
"**/*.spec.ts",
"../node_modules/@nebular/**/*.spec.ts"
"files": [
"main.ts",
"polyfills.ts"
],
"include": [
"../src/*.ts",
"../src/**/*.ts",
"../node_modules/@nebular/**/*.ts"
"**/*.d.ts"
]
}