@@ -0,0 +1,7 @@
#!/bin/bash
# 独立的TypeScript检查脚本,完全避免npm警告
# 直接调用node_modules中的vue-tsc
echo "正在进行TypeScript类型检查..."
./node_modules/.bin/vue-tsc --noEmit
echo "TypeScript检查完成"
The note is not visible to the blocked user.