Skip to content

Commit

Permalink
chore: typescript에 NodeEnv 환경설정 타입 선언
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Aug 15, 2024
1 parent f516a03 commit 6403ec7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
declare module '*.svg';

declare namespace NodeJS {
interface ProcessEnv {
readonly NODE_ENV: 'development' | 'production' | 'test';
}
}

0 comments on commit 6403ec7

Please sign in to comment.