diff --git a/tsconfig.json b/tsconfig.json index 2e2f097..4cf07d1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { // GAS uses the v8 runtime in sync with Chrome now, so it always has the latest ES features. No need to downcompile. "target": "ESNext", + "moduleResolution": "Bundler", "strict": true, "noUnusedLocals": true, "noUnusedParameters": true,