Skip to content

Commit

Permalink
build(tsconfig): Remove types field
Browse files Browse the repository at this point in the history
Now the Svelte types are imported in `src/types.ts`, we don’t need to 
tell `tsc` about them in `tsconfig`.
  • Loading branch information
delucis committed Jul 10, 2020
1 parent 8597ebc commit 151b6b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Expand Up @@ -8,7 +8,6 @@
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react",
"plugins": [{ "transform": "ts-transformer-imports" }],
"types": ["svelte", "jest"]
"plugins": [{ "transform": "ts-transformer-imports" }]
}
}

0 comments on commit 151b6b4

Please sign in to comment.