ngx-admin/src/tsconfig.app.json

14 lines
209 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": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}