fix: moduleResolution

This commit is contained in:
手瓜一十雪
2025-03-19 11:54:29 +08:00
parent 2759a34d96
commit 9ab776d53a
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
"DOM.Iterable"
],
"skipLibCheck": true,
"moduleResolution": "Node",
"moduleResolution": "bundler",
"experimentalDecorators": true,
"allowImportingTsExtensions": false,
"allowSyntheticDefaultImports": true,