ngx-admin/src/tsconfig.app.json

22 lines
368 B
JSON
Raw Normal View History

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",
"module": "es2015",
"baseUrl": "./",
"types": [],
"paths": {
"@angular/*": [
"../node_modules/@angular/*"
],
"@nebular/*": [
"../node_modules/@nebular/*"
]
}
2017-04-11 19:09:02 +03:00
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}