@sutro-dev/tsconfig
v1.0.1
Published
Shared TypeScript base configuration for Sutro packages.
Keywords
Readme
@sutro-dev/tsconfig
Shared TypeScript base configuration for Sutro packages.
This package is maintained in the SutroOrg/Sutro monorepo.
Usage
Install the package:
pnpm add -D @sutro-dev/tsconfigExtend it from a package tsconfig.json:
{
"extends": "@sutro-dev/tsconfig",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src"]
}Publishing
Dry-run the package contents before publishing:
pnpm install
pnpm lint
pnpm test
pnpm buildPublish the scoped package publicly:
pnpm publish --access public