Skip to content

Commit

Permalink
chore: update tsconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
smeijer committed Jan 13, 2025
1 parent 4480a4c commit f159a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/project-client/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"target": "es2018",
"baseUrl": "./",
"declarationMap": true,
"lib": ["ES2021.String", "dom", "esnext"],
"lib": ["es2018", "dom"],
"noEmit": false,
"noUnusedLocals": false,
"noUnusedParameters": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/user-client/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"target": "es2018",
"baseUrl": "./",
"declarationMap": true,
"lib": ["ES2021.String", "dom", "esnext"],
"lib": ["es2018", "dom"],
"noEmit": false,
"strictNullChecks": true
}
Expand Down

0 comments on commit f159a81

Please sign in to comment.