Skip to content

Commit

Permalink
fix: module resolution in notebook extension (#506)
Browse files Browse the repository at this point in the history
Fixes #446
  • Loading branch information
connor4312 authored Dec 17, 2024
1 parent 45c9d60 commit 0dccb69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"noEmit": true,
"rootDir": ".",
"module": "esnext",
"moduleResolution": "bundler",
"lib": ["ES2019", "dom"],
"types": ["webpack-env", "vscode-notebook-renderer"],
}
Expand Down

0 comments on commit 0dccb69

Please sign in to comment.