Skip to content

Commit

Permalink
tsconfig.build.json: added "dom" library for WebAssembly definition
Browse files Browse the repository at this point in the history
  • Loading branch information
agladysh committed Aug 28, 2023
1 parent e2cda6f commit e6715b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"lib": ["ES6"]
"lib": ["ES6", "dom"]
},
"include": ["src"],
"exclude": ["dist", "node_modules"]
Expand Down

0 comments on commit e6715b8

Please sign in to comment.