Commit 323f8952 authored by timel's avatar timel

chore: add ts path

parent bce465aa
This diff is collapsed.
......@@ -19,10 +19,16 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
"types": ["vite/client"]
"types": [
"vite/client"
],
"paths": {
"@/*": [
"./src/*"
],
}
},
"include": [
"src",
"src/api"
]
}
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