Skip to content

Commit

Permalink
✨ Tsconfig 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM committed Apr 2, 2024
1 parent 092909b commit 9a62d30
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions configs/typescript/tsconfig.fsd.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"paths": {
"~app/*": ["./src/app/*"],
"~page/*": ["./src/page/*"],
"~widget/*": ["./src/widget/*"],
"~feature/*": ["./src/feature/*"],
"~entities/*": ["./src/entities/*"],
"~shared/*": ["./src/shared/*"],
"~/*": ["./*"]
"compilerOptions": {
"paths": {
"~app/*": ["./src/app/*"],
"~page/*": ["./src/page/*"],
"~widget/*": ["./src/widget/*"],
"~feature/*": ["./src/feature/*"],
"~entities/*": ["./src/entities/*"],
"~shared/*": ["./src/shared/*"],
"~/*": ["./*"]
}
}
}

0 comments on commit 9a62d30

Please sign in to comment.