Skip to content

metonym/template-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-typescript

Template for developing TypeScript projects.

This project provides basic scaffolding for developing and building TypeScript libraries.

Getting Started

Clone the template:

git clone git@github.com:metonym/template-typescript.git
cd template-typescript

Install its dependencies:

yarn install

Available Scripts

yarn test

Runs tests using vite.

yarn prepack

Builds the project for production. The build directory is dist; types will be written to dist/index.d.ts. Customize the build directory in the outDir configuration option in the tsconfig.json.

License

MIT

About

Base template for TypeScript projects

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Contributors