Commit 0f199ae
committed
fix: remove .js extension from module import path.
After upgrading to NodeJS 24 compilation started to fail with:
src/editor/yara-monaco.ts(8,8): error TS2307: Cannot find module 'vscode-languageserver-protocol/browser.js' or its corresponding type declarations.1 parent 8ca089a commit 0f199ae
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments