1
0
Fork 0
spacetac/tsconfig.dist.json

10 lines
181 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"out": "out/build.dist.js",
"removeComments": true
},
"exclude": [
"src/**/*.spec.ts"
]
}