diff --git a/examples/tsconfig.json b/examples/tsconfig.json index 6e25c1b4a96..64cb7b02729 100644 --- a/examples/tsconfig.json +++ b/examples/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "es6", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": false,