1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-11-16 20:00:59 -05:00

Strip code comments from JS files

This commit is contained in:
toast-ts 2023-09-04 13:34:08 +10:00
parent 80eadc0968
commit a68288dd4a

View File

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