更新 tsconfig.json

This commit is contained in:
cxykevin 2024-05-25 22:48:10 +08:00
parent b729d8d6f8
commit 70385b7dc6
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"noImplicitAny": false,
/* Bundler mode */
"moduleResolution": "bundler",