Skip to content

Personal repository of typescript definitions. You probably don't want to use this directly.

Notifications You must be signed in to change notification settings

matthewmueller/tstypes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tstypes

Personal repository of typescript definitions. These will override the typescript definitions provided by the library.

They may also override what's in @types/..., but I haven't tested that yet.

Setup

  1. install via npm
npm install tstypes
  1. configure tsconfig.json
{
  "paths": {
    "*": [
      "node_modules/tstypes/*"
    ]
  }
}

About

Personal repository of typescript definitions. You probably don't want to use this directly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published