Update tsconfig.json

This commit is contained in:
江志雄 2024-06-03 11:22:12 +08:00
parent 92bcaace2b
commit 8acf8242ea

View File

@ -21,7 +21,7 @@
"noUnusedLocals": true,
"noImplicitAny": true,
"module": "NodeNext",
"moduleResolution": "Bundler",
"moduleResolution": "NodeNext",
"isolatedModules": false,
"target": "es6",
"lib": ["dom", "es2017"],