From 924c509b3489780161384fac49b57ac61c94bd84 Mon Sep 17 00:00:00 2001 From: Jordan Jensen Date: Tue, 3 Dec 2024 16:03:51 -0800 Subject: [PATCH] Update path to rollup/parseAst --- extensions/vscode/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]