Skip to content

Commit

Permalink
Merge pull request #14 from tuatmcc/feat/update-tsconfig
Browse files Browse the repository at this point in the history
feat baseUrlをtsconfigに追加
  • Loading branch information
OJII3 authored Sep 2, 2024
2 parents 0229885 + b91b531 commit 62bdcd6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions public/icons/hamburger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
"@/": ["./src/"]
}
Expand Down

0 comments on commit 62bdcd6

Please sign in to comment.