Skip to content

Commit

Permalink
improve: add typescript maps (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: david <[email protected]>
  • Loading branch information
daywiss authored Oct 29, 2024
1 parent 2f40431 commit a01e15d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 27 deletions.
1 change: 1 addition & 0 deletions apps/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@repo/template": "workspace:*",
"@uma/logger": "^1.3.0",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21",
"winston": "^3.13.1"
}
}
2 changes: 2 additions & 0 deletions apps/node/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "source-map-support/register";

import dotenv from "dotenv";
import assert from "assert";

Expand Down
1 change: 1 addition & 0 deletions packages/typescript-config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"strict": true,
"strictPropertyInitialization": false,
"target": "ES2022",
"sourceMap": true,
}
}
45 changes: 18 additions & 27 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a01e15d

Please sign in to comment.