kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
18 lines (17 loc) • 427 B
JSON
{
"include": [],
"exclude": ["**/flycheck*.ts"],
"compilerOptions": {
"noImplicitThis": true,
"alwaysStrict": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2016",
"sourceMap": true,
"removeComments": true,
"declaration": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"lib": ["dom", "esnext", "es6", "dom.iterable", "scripthost"]
}
}