1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/infrastructure/typescript
2023-03-30 10:04:38 +04: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 updated tsc to v5 in infrastructure/typescript/package.json but it doesn't seem to work at all (catching the proper version by app/builder or whatsoever) 2023-03-30 10:04:38 +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"
}