Change webpack configs to ts.

This commit is contained in:
2022-05-24 02:08:23 +00:00
parent 0645d471bb
commit ca1870c64b
6 changed files with 72 additions and 38 deletions

View File

@ -7,7 +7,6 @@
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
@ -27,7 +26,9 @@
],
"sourceMap": true,
"baseUrl": "**/*",
"outDir": "build"
"outDir": "build",
"skipLibCheck": true,
"noImplicitAny": false
},
"include": [
"**/*"