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