podman-desktop/extensions/docker/packages/api/tsconfig.json
Jeff MAURY 74794cbb44
feat: add API to Docker extension (#14282)
Co-authored-by: Florent BENOIT <fbenoit@redhat.com>
2025-10-09 15:26:52 +00:00

13 lines
298 B
JSON

{
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
"target": "esnext",
"module": "node16",
"baseUrl": ".",
"types": ["node"],
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*.d.ts"]
}