Commit d257fc1b authored by 曾沂轮's avatar 曾沂轮

Update tsconfig.json

parent ec4c5e15
......@@ -9,8 +9,7 @@
"sourceMap": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"lib": ["esnext", "dom"]
},
"lib": ["esnext", "dom"],
"paths": {
"@/*": [
"src/*"
......@@ -18,6 +17,7 @@
"@components/*": [
"src/components/*"
]
}
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"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