mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Change-Id: Ic08ccbb1f248d07c39cdc768daa3423bfef7e6fc Signed-off-by: Florent Benoit <fbenoit@redhat.com>
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"sourceMap": false,
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
|
|
"types": ["node"],
|
|
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"/@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "../types/**/*.d.ts"]
|
|
}
|