Skip to content

Commit

Permalink
tsc-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 19, 2024
1 parent d07f6cb commit a934b5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified projects/scrape-txs/bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion projects/scrape-txs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "scrape-txs",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.build.json"
"build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json"
},
"devDependencies": {
"@tsconfig/node20": "~20.1.2",
Expand All @@ -13,6 +13,7 @@
"@types/node": "^20.11.20",
"@types/pg": "^8.11.2",
"kysely-codegen": "^0.14.0",
"tsc-alias": "^1.8.8",
"typescript": "^5.4.2"
},
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions projects/scrape-txs/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"compilerOptions": {
"outDir": "dist",
"noEmit": false
},
"tsc-alias": {
"resolveFullPaths": true
}
}

0 comments on commit a934b5e

Please sign in to comment.