Skip to content

Commit

Permalink
fix(build): ビルド時にエイリアスが変換されない問題を修正 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Nov 11, 2024
1 parent 3e09d27 commit 1b541a1
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"LICENSE"
],
"scripts": {
"build": "tsc",
"build": "tsc && tsc-alias",
"eslint": "eslint",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent=false --verbose false",
"serve": "fastify start ./built/index.js"
Expand All @@ -37,6 +37,7 @@
"fastify": "^5.1.0",
"fastify-cli": "^7.0.1",
"jest": "^29.7.0",
"tsc-alias": "^1.8.10",
"typescript": "5.6.3"
},
"dependencies": {
Expand Down
80 changes: 80 additions & 0 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 1b541a1

Please sign in to comment.