Skip to content

Commit

Permalink
build: enable declarationMap for sx.js project
Browse files Browse the repository at this point in the history
This will make it possible to go to source code directly instead of
just d.ts files.
  • Loading branch information
Sekhmet committed Feb 23, 2024
1 parent c9d00b2 commit e2b4005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sx.js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "ESNext",
"moduleResolution": "Node",
"declaration": true,
"declarationMap": true,
"outDir": "./dist"
},
"include": ["src/**/*"],
Expand Down

0 comments on commit e2b4005

Please sign in to comment.