update bump

This commit is contained in:
2025-02-27 16:30:29 +08:00
parent 02c505c83a
commit 0b47b38060
3 changed files with 212 additions and 853 deletions

View File

@@ -10,7 +10,7 @@
"baseUrl": "./",
"typeRoots": [
"node_modules/@types",
"src/@types"
// "node_modules/@kevisual/types"
],
"declaration": true,
"noEmit": false,
@@ -23,15 +23,11 @@
"paths": {
"@/*": [
"src/*"
],
]
}
},
"include": [
"typings.d.ts",
"src/**/*.ts",
"test/**/*.ts"
],
"exclude": [
"webpack.config.cjs",
],
"exclude": [],
}