diff --git a/.gitignore b/.gitignore index 40de7d86c..feae6b1f3 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,6 @@ public/prompts.json .vscode .idea -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml +# Local Netlify folder +.netlify diff --git a/tsconfig.json b/tsconfig.json index 6ca1ef120..c73eef3e8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "esnext", + "target": "ES2015", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true,