chore: 프로젝트 설정 파일 추가 (.gitignore, tsconfig, granite.config 등)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-04-01 22:43:30 +09:00
parent c9ab987e02
commit e4c0e69e7a
6 changed files with 22384 additions and 0 deletions

3
.npmrc Normal file
View File

@@ -0,0 +1,3 @@
# Windows 환경에서 한글(UTF-8) 출력이 깨지지 않도록 스크립트 실행 전 chcp 65001 적용
# script-shell은 npm 실행 시 cmd.exe를 명시적으로 사용하도록 설정 (Windows 전용)
script-shell=cmd.exe