Skip to content

Commit

Permalink
change moduleResolution in the apps tsconfig to make the zarr library…
Browse files Browse the repository at this point in the history
… that we use extensively get resolved correctly. this is an issue on their end: gzuidhof/zarr.js#152
  • Loading branch information
froyo-np committed May 8, 2024
1 parent 60e18f0 commit 8b96d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"strict": true,
"moduleResolution": "Bundler",
"moduleResolution": "Node",
"module": "ES2022",
"target": "ES2022",
"lib": [
Expand Down

0 comments on commit 8b96d41

Please sign in to comment.