Skip to content

Commit 1ca1a43

Browse files
authored
Add TypeScript declaration maps
Closes GH-230. Reviewed-by: Christian Murphy <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent 67949bb commit 1ca1a43

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_modules/
33
.DS_Store
44
*.d.ts
55
*.log
6+
*.map
67
yarn.lock
78
!/index.d.ts
89
!/test/types.d.ts

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"checkJs": true,
44
"customConditions": ["development"],
55
"declaration": true,
6+
"declarationMap": true,
67
"emitDeclarationOnly": true,
78
"exactOptionalPropertyTypes": true,
89
"lib": ["es2022"],

0 commit comments

Comments
 (0)