2025-02-24 16:18:36 +08:00
|
|
|
{
|
|
|
|
"extends": "astro/tsconfigs/strict",
|
2025-05-02 23:47:55 +08:00
|
|
|
"include": ["src/**/*"],
|
|
|
|
"exclude": ["dist"],
|
2025-03-03 21:16:16 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
2025-05-02 23:47:55 +08:00
|
|
|
"@/*": ["./src/*"]
|
2025-03-03 21:16:16 +08:00
|
|
|
},
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"jsxImportSource": "react",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true
|
|
|
|
}
|
2025-05-02 23:47:55 +08:00
|
|
|
}
|