Skip to content

Commit

Permalink
chore: tsconfig path alias 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
brewcold committed Feb 12, 2024
1 parent 4211bc9 commit b186632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/apps/notice/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": "./",
"paths": {
"@N/*": ["./*"],
"#/style/*": ["../../_libs/external-temporal/style/*"]
"#/*": ["../../_libs/external-temporal/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down
2 changes: 1 addition & 1 deletion frontend/apps/shell/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": "./",
"paths": {
"@SH/*": ["./*"],
"#/style/*": ["../../_libs/external-temporal/style/*"]
"#/*": ["../../_libs/external-temporal/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down
2 changes: 1 addition & 1 deletion frontend/apps/user/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"baseUrl": "./",
"paths": {
"@U/*": ["./*"],
"#/style/*": ["../../_libs/external-temporal/style/*"]
"#/*": ["../../_libs/external-temporal/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down

0 comments on commit b186632

Please sign in to comment.