Skip to content

Commit

Permalink
build: jest작업을 위한 server tsconfig 모듈 CommonJS -> ESNest로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyonun321 committed Nov 14, 2024
1 parent 60aafdb commit 1bf428d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../tsconfig.base.json",
"references": [{ "path": "../@noctaCrdt" }],
"compilerOptions": {
"module": "commonjs",
"module": "ESNext",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit 1bf428d

Please sign in to comment.