Skip to content

Commit

Permalink
build: update target for apps to ES6
Browse files Browse the repository at this point in the history
This is so that CSSRuleList is iterable.
  • Loading branch information
chrisvxd committed Apr 21, 2024
1 parent 1e3d1e7 commit 73b83ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/demo/tsconfig/nextjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"noEmit": true,
"resolveJsonModule": true,
"strict": false,
"target": "es5"
"target": "es6"
},
"include": ["src", "next-env.d.ts"],
"exclude": ["node_modules"]
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/tsconfig/nextjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"noEmit": true,
"resolveJsonModule": true,
"strict": false,
"target": "es5"
"target": "es6"
},
"include": ["src", "next-env.d.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 73b83ef

Please sign in to comment.