Template for developing TypeScript projects.
This project provides basic scaffolding for developing and building TypeScript libraries.
Clone the template:
git clone git@github.com:metonym/template-typescript.git
cd template-typescriptInstall its dependencies:
yarn installRuns tests using vite.
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.