podman-desktop/extensions/kubectl-cli/tsconfig.json
Jeff MAURY 4a4d2873c8
feat: implement onboarding for kubectl (#5097)
* feat: implement onboarding for kubectl

Relates to #5035

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-12-06 10:47:43 +01:00

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"]
}