mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Move @k8slens/generate-tray-icons to seperate package Signed-off-by: Sebastian Malton <sebastian@malton.name> * Rename very long folder name to fix issue on windows Signed-off-by: Sebastian Malton <sebastian@malton.name> * Make it possible to build on windows using powershell Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix integration tests on windows Signed-off-by: Sebastian Malton <sebastian@malton.name> * Don't error on close directly Signed-off-by: Sebastian Malton <sebastian@malton.name> * Switch to type: module for generate-tray-icons Signed-off-by: Sebastian Malton <sebastian@malton.name> * Make more packages type:module Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix scripts needing node Signed-off-by: Sebastian Malton <sebastian@malton.name> --------- Signed-off-by: Sebastian Malton <sebastian@malton.name>
20 lines
276 B
JSON
20 lines
276 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "dist/",
|
|
"paths": {
|
|
"*": [
|
|
"node_modules/*",
|
|
"types/*"
|
|
]
|
|
},
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
]
|
|
}
|