Update tsconfig.json

This commit is contained in:
江志雄 2024-06-03 11:26:47 +08:00
parent 8acf8242ea
commit 08a14b3ae0

View File

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