fix: suppoer build sourcemap

This commit is contained in:
vben
2021-02-06 22:54:52 +08:00
parent 91e004e211
commit 3ba8285586
13 changed files with 105 additions and 77 deletions

View File

@@ -19,6 +19,7 @@
"lib": ["dom", "esnext"],
"types": ["vite/client"],
"incremental": true,
"noImplicitAny": false,
"skipLibCheck": true,
"paths": {
"/@/*": ["src/*"]