mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
17 lines
380 B
JSON
17 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "esnext",
|
|
"lib": ["ES2017"],
|
|
"sourceMap": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"target": "esnext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["src", "types/*.d.ts"]
|
|
}
|