feat: 모든 패키지의 package.json에 "type": "module" 추가 및 tsconfig.base.json의 모듈 설정을 NodeNext로 변경
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export * from './infra/postgres';
|
||||
export * from './infra/redis';
|
||||
export * from './infra/postgres.js';
|
||||
export * from './infra/redis.js';
|
||||
|
||||
Reference in New Issue
Block a user