feat: 각 패키지에 타입 체크 스크립트 추가 및 빌드 스크립트 수정

This commit is contained in:
2025-12-28 15:03:38 +00:00
parent 66ebf6b76e
commit a4c74b860e
12 changed files with 36 additions and 12 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
"build": "tsc -p tsconfig.json",
"dev": "node -e \"console.log('dev not configured')\"",
"lint": "node -e \"console.log('lint not configured')\"",
"test": "node -e \"console.log('test not configured')\""
"test": "node -e \"console.log('test not configured')\"",
"typecheck": "tsc -p tsconfig.json --noEmit"
}
}