podman-desktop/extensions/kind/tsconfig.json
Evzen Gasta f2e4b74ab8 chore: updated tsconfig and fixed typecheck
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2025-04-08 09:34:24 +02:00

16 lines
401 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "esnext",
"module": "esnext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"lib": ["ES2017", "webworker"],
"sourceMap": true,
"rootDirs": ["src", "scripts"],
"outDir": "dist",
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src", "types/*.d.ts", "../../types/**/*.d.ts", "scripts"]
}