Skip to content

Commit

Permalink
fix module resolution in package common
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Dec 1, 2023
1 parent a48ba6b commit 4e6d695
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"exclude": ["./tests/", "./node_modules/", "./dist/"],
"compilerOptions": {
"outDir": "dist",
"skipLibCheck": true,
"moduleResolution": "NodeNext"
"skipLibCheck": true
},
"ts-node": {
"esm": true,
Expand Down

0 comments on commit 4e6d695

Please sign in to comment.