1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Strip code comments from JS files

This commit is contained in:
AnxietyisReal 2023-09-04 13:34:08 +10:00
parent 72e06aa4a0
commit 003f5f1edb

View File

@ -1,6 +1,7 @@
{
"compilerOptions": {
"skipLibCheck": true,
"removeComments": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"emitDecoratorMetadata": true,