awesome-mechanical-keyboard/tsconfig.json

11 lines
241 B
JSON
Raw Permalink Normal View History

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "preserve",
"skipLibCheck": true
},
"compilerOptions": {
// Replace `astro/client` with `@astrojs/image/client`
"types": ["@astrojs/image/client"]
}
}