Skip to content

Commit

Permalink
support cjs again
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Sep 25, 2024
1 parent 6839db5 commit 11e46a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wisp-server-node",
"version": "1.1.6",
"type": "module",
"type": "commonjs",
"description": "",
"scripts": {
"start": "node dist/createServer.js",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["ESNext"],
"outDir": "dist",
"removeComments": true,
"target": "ESNext",
"target": "ES6",

// Module resolution
"esModuleInterop": true,
Expand Down

0 comments on commit 11e46a7

Please sign in to comment.