web3toybox.com/tsconfig.json

14 lines
254 B
JSON
Raw Permalink Normal View History

2023-10-24 04:33:04 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
}
}
}