Commit 323f8952 authored by timel's avatar timel

chore: add ts path

parent bce465aa
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -19,10 +19,16 @@ ...@@ -19,10 +19,16 @@
"isolatedModules": true, "isolatedModules": true,
"noEmit": true, "noEmit": true,
"jsx": "preserve", "jsx": "preserve",
"types": ["vite/client"] "types": [
"vite/client"
],
"paths": {
"@/*": [
"./src/*"
],
}
}, },
"include": [ "include": [
"src", "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