podman-desktop/extensions/kube-context/tsconfig.json
Luca Stocchi 6b69ae4d54
chore: add strict to Compose, Lima, Kubectl, KubeContext and Registries extensions (#7385)
* chore: add strictNullChecks to Compose, Lima, Kubectl and KubeContext extensions

Signed-off-by: lstocchi <lstocchi@redhat.com>

* chore: convert strictNullChecks to strict

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: update tsconfig in registries

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: ignore mustache error

Signed-off-by: lstocchi <lstocchi@redhat.com>

* fix: typecheck

Signed-off-by: lstocchi <lstocchi@redhat.com>

---------

Signed-off-by: lstocchi <lstocchi@redhat.com>
2024-05-31 15:10:33 +02:00

12 lines
224 B
JSON

{
"compilerOptions": {
"strict": true,
"lib": ["ES2017", "webworker"],
"sourceMap": true,
"rootDir": "src",
"outDir": "dist",
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src"]
}