mirror of
https://github.com/BenRoe/awesome-mechanical-keyboard.git
synced 2024-11-25 01:35:57 +03:00
b664672161
- use astro as static site generator
11 lines
241 B
JSON
Executable File
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"]
|
|
}
|
|
} |