shulkerscript-webpage/tsconfig.json

12 lines
229 B
JSON
Raw Permalink Normal View History

2024-04-03 00:09:47 +02:00
{
2024-06-20 15:43:14 +02:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@*": ["src/*"]
},
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"exclude": ["dist", "node_modules"]
2024-04-03 00:09:47 +02:00
}