mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
12 lines
248 B
JSON
12 lines
248 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "node16",
|
|
"baseUrl": ".",
|
|
"types": ["node"],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src/**/*.d.ts"]
|
|
}
|