Skip to content

Commit

Permalink
Add lib field to tsconfig.json
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Nov 25, 2023
1 parent 4eea74b commit 87a2b68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/lint-doc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"moduleDetection": "force",
"moduleResolution": "Bundler",
Expand Down
1 change: 1 addition & 0 deletions packages/lint-fmt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"moduleDetection": "force",
"moduleResolution": "Bundler",
Expand Down
1 change: 1 addition & 0 deletions packages/lint-opam/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"moduleDetection": "force",
"moduleResolution": "Bundler",
Expand Down
1 change: 1 addition & 0 deletions packages/setup-ocaml/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"@tsconfig/node20/tsconfig.json"
],
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleDetection": "force",
"moduleResolution": "Bundler",
Expand Down

0 comments on commit 87a2b68

Please sign in to comment.