2017-04-11 19:09:02 +03:00
|
|
|
{
|
2017-06-06 12:46:19 +03:00
|
|
|
"extends": "../tsconfig.json",
|
2017-04-11 19:09:02 +03:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"outDir": "../out-tsc/app",
|
2017-10-24 17:25:35 +03:00
|
|
|
"baseUrl": "./",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@angular/*": [
|
|
|
|
|
"../node_modules/@angular/*"
|
|
|
|
|
],
|
|
|
|
|
"@nebular/*": [
|
|
|
|
|
"../node_modules/@nebular/*"
|
|
|
|
|
]
|
|
|
|
|
}
|
2017-04-11 19:09:02 +03:00
|
|
|
},
|
|
|
|
|
"exclude": [
|
|
|
|
|
"test.ts",
|
2018-06-21 15:16:53 +03:00
|
|
|
"**/*.spec.ts",
|
|
|
|
|
"../node_modules/@nebular/**/*.spec.ts"
|
|
|
|
|
],
|
|
|
|
|
"include": [
|
|
|
|
|
"../src/*.ts",
|
|
|
|
|
"../src/**/*.ts",
|
|
|
|
|
"../node_modules/@nebular/**/*.ts"
|
2017-04-11 19:09:02 +03:00
|
|
|
]
|
|
|
|
|
}
|