podman-desktop/extensions/docker/tsconfig.json
Luca Stocchi 9b9a15c8ee
fix: add strict rule to kind and docker extensions (#7425)
* fix: add strict rule to kind and docker extensions

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

* fix: fix test

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

* fix: typecheck

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

---------

Signed-off-by: lstocchi <lstocchi@redhat.com>
2024-06-03 17:44:37 +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"]
}