Skip to content

Commit

Permalink
Merge pull request #843 from ekwoka/declaration-maps
Browse files Browse the repository at this point in the history
#842@trivial: Adds declaration maps.
  • Loading branch information
capricorn86 committed Apr 7, 2023
2 parents b1f8254 + 647b002 commit bee0cfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/global-registrator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"tsBuildInfoFile": "tmp/.tsbuildinfo",
"target": "es2020",
"declaration": true,
"declarationMap": true,
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
Expand Down
1 change: 1 addition & 0 deletions packages/happy-dom/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"tsBuildInfoFile": "tmp/.tsbuildinfo",
"target": "es2020",
"declaration": true,
"declarationMap": true,
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
Expand Down
1 change: 1 addition & 0 deletions packages/jest-environment/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"tsBuildInfoFile": "tmp/.tsbuildinfo",
"target": "es2020",
"declaration": true,
"declarationMap": true,
"module": "CommonJS",
"moduleResolution": "node",
"esModuleInterop": true,
Expand Down

0 comments on commit bee0cfe

Please sign in to comment.