fix: warnings

This commit is contained in:
midfar 2023-03-10 14:57:49 +08:00
parent 4949d6f883
commit 7640cfa278

View File

@ -12,7 +12,8 @@
"jsx": "preserve",
"baseUrl": ".",
"preserveValueImports": false,
"allowJs": false,
"allowJs": true,
"noEmit": true,
"sourceMap": true,
"esModuleInterop": true,
"resolveJsonModule": true,