1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/infrastructure/typescript
k8slens bot 9eb7bd11ac Release 6.5.0-cron.79a4eb3
Signed-off-by: k8slens bot <bot@k8slens.dev>
2023-03-14 00:20:56 +00:00
..
config Add package for shared typescript configurations for Lens applications, Features and libraries. (#7197) 2023-02-21 09:26:05 +02:00
package.json Release 6.5.0-cron.79a4eb3 2023-03-14 00:20:56 +00:00
README.md Add package for shared typescript configurations for Lens applications, Features and libraries. (#7197) 2023-02-21 09:26:05 +02:00

@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"
}