astro.accords-library.com/tsconfig.json

7 lines
100 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"types": ["bun-types"]
}
}