16 lines
No EOL
349 B
JSON
16 lines
No EOL
349 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"strictNullChecks": true,
|
|
"allowJs": true,
|
|
"types": ["vite/client"],
|
|
"exclude": ["dist", "public"],
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@c/*": ["./src/components/*"],
|
|
"@l/*": ["./lib/*"],
|
|
}
|
|
}
|
|
} |