diff --git a/extensions/vscode/tsconfig.json b/extensions/vscode/tsconfig.json index 7eb8da47c..38bf8c0ce 100644 --- a/extensions/vscode/tsconfig.json +++ b/extensions/vscode/tsconfig.json @@ -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"]