修复一部分类型错误,无影响

This commit is contained in:
sijinhui
2024-09-30 17:48:14 +08:00
parent bf457c6853
commit 7c7cc91c05
8 changed files with 86 additions and 52 deletions

View File

@@ -21,7 +21,8 @@
],
"paths": {
"@/*": ["./*"]
}
},
"typeRoots": ["lib/types"]
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "app/calcTextareaHeight.ts"],
"exclude": ["node_modules"]