Open
Description
Create a "getting started" section explaining how to use the typings in a typescript project. Ref: DefinitelyTyped/DefinitelyTyped#4631
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
sebastian-lenz commentedon Jun 16, 2015
I think this is tightly bound to #15 as usage of definition files depends on the IDE you are using. I'm happy to look into this and at least provide some docs for the tools I'm using (IDE free/CLI, WebStorm/PHPStorm, Atom, maybe Sublime) as soon I got time.
Diullei commentedon Jun 17, 2015
@sebastian-lenz 😃
jessebarnum commentedon Oct 19, 2015
Yeah, the one-line 'usage' instructions are extremely frustrating. A more complete example would be very helpful.
jamesarosen commentedon Sep 11, 2019
It would be great to know how to set up
tsconfig.json
. Isthe minimum viable usage of DefinitelyTyped? What do you do if a package includes its own type definitions (like
aws-sdk
)?