1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-09-29 09:16:16 +03:00
parent a94fb62f0e
commit c6754a8fc1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": ".",
"module": "CommonJS",
@ -7,7 +7,7 @@
"declaration": false
},
"include": [
"../../../types",
"../../types",
"./example-extension.tsx"
]
}

View File

@ -35,7 +35,7 @@
"download:kubectl": "yarn run ts-node build/download_kubectl.ts",
"download:helm": "yarn run ts-node build/download_helm.ts",
"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": {
"bundledKubectlVersion": "1.17.11",