homefront/src/tsconfig.app.json
2018-11-14 12:07:55 -05:00

12 lines
172 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": ["node"]
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}