podman-desktop/packages/extension-api/tsconfig.json
axel7083 3a89de2bae
fix(extension-api): compilation option (#6253)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
2024-03-05 19:08:40 +01:00

12 lines
248 B
JSON

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