diff --git a/apps/client/tsconfig.json b/apps/client/tsconfig.json index ac8424cbb..5be2878f1 100644 --- a/apps/client/tsconfig.json +++ b/apps/client/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "ESNext", "moduleResolution": "bundler", - "target": "ES2015", + "target": "ES2017", "resolveJsonModule": true, "allowSyntheticDefaultImports": true },