astro.accords-library.com/tsconfig.json

11 lines
170 B
JSON
Raw 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"],
"baseUrl": "./",
"paths": {
"src/*": ["./src/*"]
}
2023-09-03 18:25:51 +00:00
}
}