mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
* feat: implement onboarding for kubectl Relates to #5035 Signed-off-by: Jeff MAURY <jmaury@redhat.com>
16 lines
357 B
JSON
16 lines
357 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"lib": ["ES2017", "webworker"],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src"]
|
|
}
|