Skip to content

Commit

Permalink
add declaration maps
Browse files Browse the repository at this point in the history
  • Loading branch information
nicu-chiciuc committed Aug 10, 2024
1 parent d31e96b commit 573689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sure/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// Add .d.ts files beside the .ts so @typescript/ata works when loading types
"declaration": true,
"declarationMap": false
"declarationMap": true
},
"extends": "tsconfig/base-esm.json",
"include": ["src"],
Expand Down

0 comments on commit 573689d

Please sign in to comment.