perf: tsconfig 同步vite配置修改, 增加路径映射 (#2675)

Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
This commit is contained in:
Cherelle Spencer 2023-04-05 20:34:53 +08:00 committed by GitHub
parent 6b30c9f7bb
commit 660024c6f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,9 @@
"types": ["vite/client"],
"paths": {
"/@/*": ["src/*"],
"/#/*": ["types/*"]
"/#/*": ["types/*"],
"@/*": ["src/*"],
"#/*": ["types/*"]
}
},
"include": [