feat: TypeScript 타입 정의 추가 및 환경 파일 로드 기능 개선
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["check-connections.mts"]
|
||||
}
|
||||
Reference in New Issue
Block a user