Commit bd1a7797 authored by 曾沂轮's avatar 曾沂轮
parents bc24ff2b d257fc1b
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
"sourceMap": true, "sourceMap": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"esModuleInterop": true, "esModuleInterop": true,
"lib": ["esnext", "dom"] "lib": ["esnext", "dom"],
}, "paths": {
"paths": { "@/*": [
"@/*": [ "src/*"
"src/*" ],
], "@components/*": [
"@components/*": [ "src/components/*"
"src/components/*" ]
] }
}, },
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"], "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"exclude": ["node_modules", "dist"] "exclude": ["node_modules", "dist"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment