podman-desktop/website-argos/tsconfig.json
Florent Benoit a26d368cf1 chore: take screenshots of the website
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>
2023-11-09 16:29:33 +01:00

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
}
}