Skip to content

Commit

Permalink
fix(data-store-json): enable dom lib in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jun 3, 2022
1 parent 4bfc3e6 commit db5507d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/data-store-json/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"extends": "../tsconfig.settings.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
"outDir": "build",
"lib": [
"dom"
]
},
"references": [
{ "path": "../core" },
Expand Down

0 comments on commit db5507d

Please sign in to comment.