Skip to content

Commit

Permalink
fix tsconfig for svelte template
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Aug 22, 2020
1 parent 07e4728 commit 149515f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"baseUrl": "./",
"paths": { "*": ["web_modules/.types/*"] },

"types": ["svelte", "jest", "@testing-library/jest-dom"]
"types": ["snowpack-env", "svelte", "jest", "@testing-library/jest-dom"]
},
"include": ["src", "types"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 149515f

Please sign in to comment.