Skip to content

Commit

Permalink
Transpile absolute path to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Aug 6, 2024
1 parent 20b1e71 commit 7313788
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 4 deletions.
2 changes: 2 additions & 0 deletions packages/ui-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@
"postcss": "^8.4.35",
"storybook": "^8.0.5",
"tailwindcss": "^3.4.3",
"ts-patch": "^3.2.1",
"typescript": "^5.4.3",
"typescript-transform-paths": "^3.4.7",
"vite": "^5.1.4"
}
}
5 changes: 4 additions & 1 deletion packages/ui-next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
"rootDir": "./src",
"outDir": "./dist",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"]
},
},
"plugins": [
{ "transform": "typescript-transform-paths" }
],
"include": [
"src/components/**/*",
"src/utils.ts",
Expand Down
35 changes: 32 additions & 3 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 7313788

Please sign in to comment.