UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

11 lines (10 loc) 224 B
{ "extends": "../../node_modules/@kui-shell/builder/tsconfig-base.json", "include": ["src/**/*"], "compilerOptions": { "composite": true, "noImplicitAny": true, "outDir": "dist", "rootDir": "src" } }