1
0
Fork 0
spacetac/tsconfig.dist.json

10 lines
181 B
JSON
Raw Permalink Normal View History

2018-03-08 21:48:33 +00:00
{
"extends": "./tsconfig",
"compilerOptions": {
"out": "out/build.dist.js",
"removeComments": true
},
"exclude": [
"src/**/*.spec.ts"
]
}