15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"noUnusedLocals": true,
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false,
|
|
}
|
|
}
|