Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
🐛 add dom to tsconfigs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmiddha committed Sep 7, 2020
1 parent 36757b2 commit 5c3761d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion projects/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sourceMap": true,
"moduleResolution": "node",
"declaration": true,
"lib": ["es2020"],
"lib": ["ES2020", "DOM"],
"outDir": "dist",
"baseUrl": "src"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/banner-data/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sourceMap": true,
"moduleResolution": "node",
"declaration": true,
"lib": ["es2020"],
"lib": ["ES2020", "DOM"],
"outDir": "dist",
"baseUrl": "src"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/banner/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"sourceMap": true,
"moduleResolution": "node",
"declaration": true,
"lib": ["es2020"],
"lib": ["ES2020", "DOM"],
"outDir": "dist",
"baseUrl": "src"
},
Expand Down
2 changes: 1 addition & 1 deletion projects/client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "esnext",
"lib": ["WebWorker", "dom", "dom.iterable", "esnext"],
"lib": ["WebWorker", "DOM", "DOM.Iterable", "ES2020"],
"module": "CommonJS",
"allowJs": true,
"skipLibCheck": true,
Expand Down
2 changes: 1 addition & 1 deletion projects/common/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sourceMap": true,
"moduleResolution": "node",
"declaration": true,
"lib": ["es2020"],
"lib": ["ES2020", "DOM"],
"outDir": "dist",
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit 5c3761d

Please sign in to comment.