Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
override moduleResolution in library-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre94 committed Nov 24, 2023
1 parent e4fd0d6 commit 3b7b5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/library-legacy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"allowSyntheticDefaultImports": true,
"declarationDir": "declarations",
"module": "esnext",
"moduleResolution": "Node",
"noImplicitReturns": true,
"outDir": "lib",
"resolveJsonModule": true,
Expand Down

0 comments on commit 3b7b5a1

Please sign in to comment.