web3browser.io/tsconfig.json

14 lines
226 B
JSON
Raw Normal View History

2023-10-09 18:46:41 +00:00
{
2023-10-11 13:46:46 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
2023-10-09 18:46:41 +00:00
}