mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
|
|
||
|---|---|---|
| .. | ||
| config | ||
| CHANGELOG.md | ||
| package.json | ||
| README.md | ||
@k8slens/typescript
This package contains typescript configurations for Lens packages.
Install
$ npm install @k8slens/typescript
Features
Base configuration
Base configuration for minimal duplication.
tsconfig.json
{
"extends": "@k8slens/typescript/config/base.json"
}