podman-desktop/tools/tsconfig.json
Florent Benoit f54eef9ddb chore: apply prettier on .md, .json and .css files
Change-Id: Ic08ccbb1f248d07c39cdc768daa3423bfef7e6fc
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-14 11:41:40 +02: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
}
}