mirror of
https://github.com/BenRoe/awesome-mechanical-keyboard.git
synced 2024-11-25 09:43:27 +03:00
11 lines
241 B
JSON
11 lines
241 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/base",
|
||
|
"compilerOptions": {
|
||
|
"jsx": "preserve",
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"compilerOptions": {
|
||
|
// Replace `astro/client` with `@astrojs/image/client`
|
||
|
"types": ["@astrojs/image/client"]
|
||
|
}
|
||
|
}
|