new.fosc.space/tsconfig.json

11 lines
189 B
JSON
Raw Permalink Normal View History

2023-09-03 02:20:19 +00:00
{
2023-09-06 13:48:01 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
}
2023-09-03 02:20:19 +00:00
}