diff --git a/packages/hoppscotch-app/tsconfig.json b/packages/hoppscotch-app/tsconfig.json index fa38d5939..b767c2847 100644 --- a/packages/hoppscotch-app/tsconfig.json +++ b/packages/hoppscotch-app/tsconfig.json @@ -31,5 +31,6 @@ "exclude": ["node_modules", ".nuxt", "dist"], "vueCompilerOptions": { "target": 2, + "experimentalCompatMode": 2 } }