1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/infrastructure/typescript
K8s Lens Bot 7c1c7d45e8 Release 6.5.0-alpha.13
Signed-off-by: K8s Lens Bot <info@k8slens.dev>
2023-05-16 16:47:36 -04:00
..
config Webpack config fixes (#7423) 2023-04-04 09:36:02 +03:00
CHANGELOG.md Release 6.5.0-alpha.13 2023-05-16 16:47:36 -04:00
package.json Release 6.5.0-alpha.13 2023-05-16 16:47:36 -04: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"
}