create-neat
create-neat copied to clipboard
[Task] 添加 TSC 代码检查
Task Description
Briefly describe the goal that this task aims to achieve.
Specific Task Requirements
- [x] 添加 TSC 代码检查
Claiming Process
If you would like to claim this task, please reply with “I want to claim this task” in the comments.
Task Remarks
在根目录中添加 npx tsc --noEmit 的检查,并添加到 husky 中的 pre-commit 中,目前遇到的问题就是 tsconfig.json 文件没有配置好:

I want to claim this task