Skip to content

Commit

Permalink
chore: fix website (podman-desktop#6251)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf authored Mar 4, 2024
1 parent 77376f0 commit b8b58c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/extension-api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"baseUrl": ".",
"strict": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["src/**/*.d.ts"]
}

0 comments on commit b8b58c2

Please sign in to comment.