Skip to content

Commit

Permalink
upgrade compiler lib to es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikoloff committed Dec 18, 2024
1 parent a258c68 commit a8663e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"compilerOptions": {
"lib": ["ES2015", "DOM"],
"lib": ["es2020", "DOM"],
"typeRoots": ["./node_modules/@webgpu/types", "./node_modules/@types"]
}
}

0 comments on commit a8663e4

Please sign in to comment.