🔧 tsconfig.json remove "removecomments"

This commit is contained in:
Axel Olausson Holtenäs 2022-04-13 21:35:39 +02:00
parent 27b6e74d16
commit 347b38bc56
No known key found for this signature in database
GPG key ID: 9347A5E873995701

View file

@ -12,7 +12,6 @@
"module": "commonjs",
"resolveJsonModule": true,
"isolatedModules": true,
// "removeComments": true,
"outDir": "./build",
"baseUrl": "./src",
"typeRoots": ["/types/common", "./node_modules/@types"],