FarmMapsLib/src/tsconfig.app.json

12 lines
177 B
JSON
Raw Normal View History

2019-11-25 13:34:51 +00:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}