Skip to content

Commit

Permalink
Add utils alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Oct 18, 2021
1 parent ec45039 commit dde6975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions snowpack.config.js
Expand Up @@ -10,5 +10,6 @@ module.exports = {
$theme: "./src/theme",
$types: "./src/types",
$utils: "./src/utils",
$content: "./src/content",
},
}
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -8,7 +8,7 @@
"$layouts/*": ["./src/layouts/*"],
"$theme/*": ["./src/theme/*"],
"$types/*": ["./src/types/*"],
"$utils/*": ["./src/utils/*"]
"$utils": ["./src/utils/index.ts"]
}
},
"exclude": ["node_modules", "**/node_modules/*"]
Expand Down

0 comments on commit dde6975

Please sign in to comment.