website/tsconfig.json

6 lines
93 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": "src"
},
"extends": "astro/tsconfigs/strictest"
}