0.1.1 • Published 7 months ago

@viamrobotics/typescript-config v0.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

Shared TypeScript Config for Viam

This module contains Viam's shared TypeScript configurations for TypeScript v5.

pnpm add --save-dev typescript @viamrobotics/typescript-config

Base config

Use the base config for generic TypeScript projects, including code that runs natively in Node.js or isomorphically, in both Node.js and the browser.

// tsconfig.json
{
  "extends": "@viamrobotics/typescript-config/base.json"
}
0.1.1

7 months ago

0.1.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago