awesome-mechanical-keyboard/tsconfig.json
BenRoe b664672161 build: switch Gridsome to Astro
- use astro as static site generator
2022-10-24 15:24:07 +02:00

11 lines
241 B
JSON
Executable File

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