pracowniaapp2Front/src/tsconfig.app.json

12 lines
166 B
JSON
Raw Normal View History

2020-01-13 17:08:31 +01:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"types": []
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}