forked from tools/josh
1
0
Fork 0

Compile TS without comments

This commit is contained in:
Florine W. Dekker 2019-10-26 16:11:04 +02:00
parent 378b052412
commit 7dc6d2e8a7
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"target": "es2019",
"sourceMap": true,
"strict": true,
"removeComments": true,
"outDir": "./build/js"
},
"files": [