podman-desktop/extensions/docker/tsconfig.json
Florent Benoit 58471a4ca7 chore: add esnext so can use private # variables
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2025-01-06 13:37:15 +01:00

15 lines
304 B
JSON

{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "Node",
"strict": true,
"lib": ["ES2017", "webworker"],
"sourceMap": true,
"rootDir": "src",
"outDir": "dist",
"skipLibCheck": true,
"types": ["node"]
},
"include": ["src"]
}