Skip to content

Commit

Permalink
Update path to rollup/parseAst
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Dec 4, 2024
1 parent b833e7b commit 924c509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"paths": {
"src/*": ["./src/*"],
// workaround for: https://github.com/rollup/rollup/issues/5199
"rollup/parseAst": ["./node_modules/rollup/dist/parseAst"]
"rollup/parseAst": ["../../node_modules/rollup/dist/parseAst"]
}
},
"exclude": ["node_modules", "webviews", "vitest.config.ts"]
Expand Down

0 comments on commit 924c509

Please sign in to comment.