Rename to @types/ts-reset #196
Closed
kevinwolfcr
started this conversation in
Ideas
Replies: 1 comment 6 replies
-
Yes, this is not a recommended approach - hence why the installation instructions are different. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So far, I've been able to abstract this into my personal shareable tsconfig.json by adding
@total-typescript/ts-reset
to thetypes
array oftsconfig.json
.However, by doing that, TypeScript does not automatically load
@types/*
packages, which forces me to re-declare thetypes
array and manually include all the typings I want.Beta Was this translation helpful? Give feedback.
All reactions