@dashadmin/dash-tsconfig
v1.3.68
Published
> Shared TypeScript base configuration.
Downloads
3,739
Readme
@dashadmin/dash-tsconfig
Shared TypeScript base configuration.
Overview
Base tsconfig extended by every package and app in the workspace.
Key exports & features
- Reusable
tsconfigbase
Installation
# From the public npm registry
npm install @dashadmin/dash-tsconfig
# Or the local Verdaccio registry (unscoped)
npm install dash-tsconfig --registry http://localhost:4873Usage
// tsconfig.json
{ "extends": "dash-tsconfig/tsconfig.json" }Development & publishing
This package is part of the dash-frontend-core monorepo. See DEVELOPMENT.md for the source-modification workflow, local Verdaccio publishing, npm publishing and version-bump policy.
Part of the Dash Framework · @dashadmin scope.
