Skip to content

Commit

Permalink
fix: upgrade tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
swiing committed Sep 2, 2023
1 parent fc290d9 commit 9ad714d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"module": "es6",
"target": "es6",
"outDir": "dist/esm/",
"esModuleInterop": true,
"moduleResolution": "node"
}
}
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"target": "es6",
"moduleResolution": "node",
"declarationDir": "./dist/esm",
"declaration": true
"declaration": true,
"module": "es6",
"outDir": "dist/esm/",
"esModuleInterop": true
},
"ts-node": { "esm": true },
"files": [
"src/bitarray.ts",
"src/alphabet.ts",
Expand Down

0 comments on commit 9ad714d

Please sign in to comment.