astro.accords-library.com/tsconfig.json

7 lines
100 B
JSON
Raw Normal View History

2023-09-03 18:25:51 +00:00
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"types": ["bun-types"]
}
}