Skip to content

Commit

Permalink
add document reference to ES6 change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkarimoff committed Jan 29, 2024
1 parent d4ba4e2 commit 27cd7a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/analytics/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "tsconfig/nextjs.json",
"compilerOptions": {
"target": "ES6",
"lib": ["dom", "dom.iterable", "esnext"],
"target": "ES6", // update to ES6 because of Drizzle issue here:https://github.com/drizzle-team/drizzle-orm/issues/803 "lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
Expand Down

0 comments on commit 27cd7a3

Please sign in to comment.