chore: update jsconfig.json

This commit is contained in:
张传龙 2023-04-17 13:18:44 +08:00
parent 681b3144d1
commit 329a6e29cb

View File

@ -6,7 +6,8 @@
"~/*": ["./*"], "~/*": ["./*"],
"@/*": ["src/*"] "@/*": ["src/*"]
}, },
"jsx": "preserve" "jsx": "preserve",
"allowJs": true
}, },
"exclude": ["node_modules", "dist"] "exclude": ["node_modules", "dist"]
} }