Skip to content

Commit

Permalink
Add TypeScript declaration maps
Browse files Browse the repository at this point in the history
Closes GH-230.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
remcohaszing committed Oct 26, 2023
1 parent 67949bb commit 1ca1a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,6 +3,7 @@ node_modules/
.DS_Store
*.d.ts
*.log
*.map
yarn.lock
!/index.d.ts
!/test/types.d.ts
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -3,6 +3,7 @@
"checkJs": true,
"customConditions": ["development"],
"declaration": true,
"declarationMap": true,
"emitDeclarationOnly": true,
"exactOptionalPropertyTypes": true,
"lib": ["es2022"],
Expand Down

0 comments on commit 1ca1a43

Please sign in to comment.