2024-01-14 17:55:34 +00:00
|
|
|
{
|
|
|
|
"extends": "astro/tsconfigs/strict",
|
|
|
|
"compilerOptions": {
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "react",
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2024-01-16 14:57:13 +00:00
|
|
|
"@/*": ["./src/*"]
|
2024-07-11 10:49:35 +00:00
|
|
|
},
|
2024-07-26 18:23:56 +00:00
|
|
|
"noUnusedLocals": true,
|
2024-07-11 10:49:35 +00:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"useDefineForClassFields": false,
|
2024-01-14 17:55:34 +00:00
|
|
|
}
|
|
|
|
}
|