member_webapp/src/tsconfig.app.json

16 lines
241 B
JSON
Raw Normal View History

2018-04-06 06:59:49 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"types": [
"reflect-metadata"
]
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}