feat: typeing

This commit is contained in:
zhangyi
2025-03-18 18:11:15 +08:00
parent cdf57ee562
commit d6fbf1a6d3
5 changed files with 6195 additions and 8055 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"strict": true,
"strictPropertyInitialization": true,
"lib": ["ES2020"],
"typeRoots": ["./typings"]
"typeRoots": ["./node_modules/@types", "./typings"]
},
"include": ["./**/*.ts"],
"exclude": ["node_modules"]