mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
a94fb62f0e
commit
c6754a8fc1
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "../../../tsconfig.json",
|
"extends": "../../tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": ".",
|
"outDir": ".",
|
||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
@ -7,7 +7,7 @@
|
|||||||
"declaration": false
|
"declaration": false
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"../../../types",
|
"../../types",
|
||||||
"./example-extension.tsx"
|
"./example-extension.tsx"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -35,7 +35,7 @@
|
|||||||
"download:kubectl": "yarn run ts-node build/download_kubectl.ts",
|
"download:kubectl": "yarn run ts-node build/download_kubectl.ts",
|
||||||
"download:helm": "yarn run ts-node build/download_helm.ts",
|
"download:helm": "yarn run ts-node build/download_helm.ts",
|
||||||
"lint": "eslint $@ --ext js,ts,tsx --max-warnings=0 src/",
|
"lint": "eslint $@ --ext js,ts,tsx --max-warnings=0 src/",
|
||||||
"extensions:example": "tsc --project src/extensions/example-extension/tsconfig.json --watch"
|
"extensions:example": "tsc --project extensions/example-extension/tsconfig.json --watch"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"bundledKubectlVersion": "1.17.11",
|
"bundledKubectlVersion": "1.17.11",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user