homefront/src/tsconfig.app.json

12 lines
172 B
JSON
Raw Normal View History

2018-11-13 17:03:35 -05:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
2018-11-14 12:07:55 -05:00
"types": ["node"]
2018-11-13 17:03:35 -05:00
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}