mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
16 lines
401 B
JSON
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"]
|
|
}
|