0.1.0 • Published 8 months ago

@viamrobotics/typescript-config v0.1.0

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

Shared TypeScript Config for Viam

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

npm install --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.0

8 months ago

0.0.4

9 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago