This commit is contained in:
2024-12-19 23:54:33 +08:00
parent 8642ba2e90
commit edde6181f7
3 changed files with 1 additions and 263 deletions

View File

@@ -10,7 +10,7 @@
"baseUrl": "./",
"typeRoots": [
"node_modules/@types",
"src/@types"
"node_modules/@kevisual/type"
],
"declaration": true,
"noEmit": false,
@@ -23,9 +23,6 @@
"paths": {
"@/*": [
"src/*"
],
"*": [
"types/*"
]
}
},