chore: update tsconfig

This commit is contained in:
pengzhanbo 2025-03-23 20:05:46 +08:00
parent 82759121e6
commit cf5d8f9f58

View File

@ -2,7 +2,7 @@
"extends": "tsconfig-vuepress/base.json",
"compilerOptions": {
"target": "ES2022",
"lib": ["DOM", "ES2022"],
"lib": ["DOM", "ES2024"],
"module": "ESNext",
"moduleResolution": "Bundler",
"noImplicitAny": false,