mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
it allows to check if there are changes/regressions with PR fixes https://github.com/containers/podman-desktop/issues/2402 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
14 lines
347 B
JSON
14 lines
347 B
JSON
{
|
|
"compilerOptions": {
|
|
/* Visit https://aka.ms/tsconfig to read more about this file */
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "Node",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|