etf-demo/src/tsconfig.app.json

12 lines
166 B
JSON
Raw Normal View History

2018-11-29 15:00:06 -05:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}