Skip to content

Commit

Permalink
feat: add declarationMap setting
Browse files Browse the repository at this point in the history
This enables going directly to source definition
  • Loading branch information
Tommypop2 committed Jan 23, 2025
1 parent 0d7bdd5 commit ea71f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"outDir": "types"
"outDir": "types",
"declarationMap": true
},
"include": ["src/*", "src/**/*"]
}

0 comments on commit ea71f17

Please sign in to comment.