1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-17 12:21:00 -05:00

Strip code comments from JS files

This commit is contained in:
AnxietyisReal 2023-09-04 13:34:08 +10:00
parent ae575d43b5
commit d6197ad32d

View File

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