mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 07:04:45 +00:00
fix(build): Improve source maps for better debugging
- Add inlineSources: true to embed TypeScript source in source maps - Keeps source maps in separate files (inlineSourceMap: false) - Enables proper debugging and breakpoints when using packages from npm
This commit is contained in:
parent
683263ba27
commit
8430b91e59
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"inlineSourceMap": false,
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true,
|
||||
"types": ["node"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue