This module contains Viam's shared TypeScript configurations for TypeScript v5.
pnpm add --save-dev typescript @viamrobotics/typescript-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"
}