astro.accords-library.com/tsconfig.json

8 lines
125 B
JSON
Raw Permalink Normal View History

2023-09-03 18:25:51 +00:00
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
2023-09-04 11:45:43 +00:00
"types": ["bun-types"],
2023-09-11 19:14:43 +00:00
"baseUrl": "./src",
2023-09-03 18:25:51 +00:00
}
}