fix tsconfig.json

This commit is contained in:
tamaina 2022-11-26 10:52:24 +00:00
parent 8b9dc962ae
commit 285860f958

View file

@ -11,7 +11,7 @@
"sourceMap": false,
"target": "es2017",
"module": "esnext",
"moduleResolution": "node"
"moduleResolution": "node",
"removeComments": false,
"noLib": false,
"strict": true,