Skip to content

Commit

Permalink
Target EcmaScript 6, for a wider compatibility range
Browse files Browse the repository at this point in the history
  • Loading branch information
sistrall committed Jan 17, 2023
1 parent 7d42332 commit 6e47362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"target": "ES6",
"module": "ES6",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true
Expand Down

4 comments on commit 6e47362

@vercel
Copy link

@vercel vercel bot commented on 6e47362 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-site-search-example – ./examples/site-search

vue-datocms-site-search-example.vercel.app
vue-datocms-site-search-example-git-master-datocms.vercel.app
vue-datocms-site-search-example-datocms.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6e47362 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-query-subscription-example – ./examples/query-subscription

vue-datocms-query-subscription-example-datocms.vercel.app
vue-datocms-query-subscription-example.vercel.app
vue-datocms-query-subscription-example-git-master-datocms.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6e47362 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-vite-typescript-vue3-example – ./examples/vite-typescript-vue3

vue-datocms-vite-typescript-vue3-example-git-master-datocms.vercel.app
vue-datocms-vite-typescript-vue3-example-datocms.vercel.app
vue-datocms-vite-typescript-vue3-example.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6e47362 Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue-datocms-vue-cli-babel-javascript-vue2-example – ./examples/vue-cli-babel-javascript-vue2

vue-datocms-vue-cli-babel-javascript-vue2-example-datocms.vercel.app
vue-datocms-vue-cli-babel-javascript-vue2-ex-git-00872c-datocms.vercel.app
vue-datocms-vue-cli-babel-javascript-vue2-example.vercel.app

Please sign in to comment.