Skip to content

Commit

Permalink
Merge pull request #11 from woowabros/feature/deploy
Browse files Browse the repository at this point in the history
deploy as a CommonJS Module
  • Loading branch information
jiho-kr authored Feb 3, 2023
2 parents 59efc29 + 661ca9f commit 93b4df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"experimentalDecorators": true,
"importHelpers": true,
"target": "ES2015",
"module": "ESNext",
"lib": ["ES2017", "DOM"],
"module": "CommonJS",
"lib": ["ES2017"],
"strict": true,
"strictPropertyInitialization": false,
"skipLibCheck": true,
Expand Down

0 comments on commit 93b4df9

Please sign in to comment.