1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/infrastructure/typescript
Sebastian Malton 639d1e76b4
Bump versions to 6.5.0-alpha.0 (#7253)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-03-02 09:33:33 -05: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 Bump versions to 6.5.0-alpha.0 (#7253) 2023-03-02 09:33:33 -05: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"
}