mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
18 lines
290 B
JSON
18 lines
290 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"exclude": [
|
|
"sern-handler",
|
|
"sern-handler-v3",
|
|
"sern-handler-v4"
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
}
|
|
} |