Skip to content

Commit

Permalink
chore(config): added new alias to import skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
coderdiaz committed Oct 9, 2022
1 parent d2e29e7 commit b5f508f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"@util/*": ["./utils/*"],
"@hooks/*": ["./hooks/*"],
"@gqlyelp/*": ["./graphql/yelp/*"],
"@stitches/config": ["./stitches.config.ts"]
"@skeletons/*": ["./skeletons/*"],
"@stitches/config": ["./stitches.config.ts"],
}
},
"include": [
Expand Down

0 comments on commit b5f508f

Please sign in to comment.