From 823f1af9760a42383c17b6bee432eb53fa20f7b4 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Wed, 13 Dec 2023 21:38:45 -0700 Subject: [PATCH] Fix rollup/parseAst not found --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 5b5753d..1f9530b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true,