Skip to content

Commit

Permalink
Add @snowpack/plugin-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
smashercosmo committed Oct 7, 2020
1 parent 850b440 commit 5ca7850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@snowpack/app-scripts-preact": "^1.9.3",
"@snowpack/plugin-babel": "^2.1.3",
"@snowpack/plugin-dotenv": "^2.0.3",
"@snowpack/plugin-typescript": "^1.0.1",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/preact": "^1.0.2",
"jest": "^26.2.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ module.exports = {
plugins: [
'@snowpack/plugin-dotenv',
'@snowpack/plugin-babel',
'@prefresh/snowpack',
'@snowpack/plugin-typescript',
'@prefresh/snowpack'
],
installOptions: {
installTypes: true,
Expand Down

0 comments on commit 5ca7850

Please sign in to comment.