fuse-angular/src/tsconfig.app.json

12 lines
199 B
JSON
Raw Normal View History

{
2017-08-17 07:40:25 +00:00
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"module": "es2015"
2017-08-17 07:40:25 +00:00
},
"exclude": [
2018-10-19 05:59:46 +00:00
"test.ts",
2017-08-17 07:40:25 +00:00
"**/*.spec.ts"
]
}