Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-20 10:59:21 +08:00

chore: 项目默认使用工作区 typescript 版本

This commit is contained in:
pany 2024-09-19 19:57:37 +08:00
parent 8201db2f66
commit 7cd21e6a87

View File

@ -1,4 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"prettier.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"