improvements

This commit is contained in:
Rene
2021-02-14 22:57:28 +01:00
parent 2f6468a6b3
commit af99cfa97c
30 changed files with 375 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"suppressImplicitAnyIndexErrors": true,
"module": "ESNext",
"moduleResolution": "node",
"removeComments": true
"removeComments": false
},
"exclude": ["node_modules", "**/node_modules/*"]
}