fuse-angular/src/tsconfig.app.json

14 lines
243 B
JSON
Raw Permalink Normal View History

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