🔧 set erasableSyntaxOnly to false

This commit is contained in:
目棃
2025-04-12 18:24:14 +08:00
parent 5286d9914f
commit b7d1d5dbd9

View File

@@ -16,7 +16,7 @@
"types": ["vite/client", "node", "color-convert", "js-md5", "uuid"],
"allowSyntheticDefaultImports": true,
"composite": true,
"erasableSyntaxOnly": true,
"erasableSyntaxOnly": false,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"],