Skip to content

shaunluttin/typescript-publishing-type-definitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Clone and enter the repository.

git clone git@github.com:shaunluttin/typescript-publishing-type-definitions.git;
cd typescript-publishing-type-definitions;

Build my-package, on which my-app depends.

cd my-package;
npm run install;
npm run build;

Build my-app, which depends on the types in my-package.

cd .../my-app
npm run install;
npm run build;

Open my-app/index.ts to see the types working.

About

How to create npm package with definition files?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published