3 Commits

Author SHA1 Message Date
7e9bc4bfdd feat: add Vite config and TypeScript settings for web build 2026-04-27 08:24:55 +09:00
197bcc796a fix: 빌드 오류 수정 및 TypeScript 환경 설정 (JSA-56)
- build 스크립트를 ait build에서 직접 granite CLI 호출로 변경
  (ait build가 --no-cache 옵션을 granite에 전달하나 미지원 버그)
- typescript, @types/react, @types/react-dom, @types/webpack-env 설치
- @toss/tds-react-native 누락 peer dependency 설치
- tsconfig.json: ignoreDeprecations 및 webpack-env 타입 설정 추가
- require.context.ts: webpack/granite-js RequireContext 타입 호환 수정
- global.d.ts: 전역 타입 선언 파일 추가

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-02 04:19:30 +09:00
e4c0e69e7a chore: 프로젝트 설정 파일 추가 (.gitignore, tsconfig, granite.config 등)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-01 22:43:30 +09:00