Skip to content

Commit

Permalink
feat: inline source map
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 13, 2024
1 parent aab6720 commit 8bbaeed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/ng-morph/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"module": "commonjs",
"outDir": "../../dist/out-tsc",
"declaration": true,
"sourceMap": true,
"inlineSourceMap": true,
"lib": ["esnext"],
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "jest.config.ts"],
Expand Down

0 comments on commit 8bbaeed

Please sign in to comment.