mirror of
https://github.com/sern-handler/website
synced 2026-06-14 11:52:21 +00:00
17 lines
237 B
JSON
17 lines
237 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"exclude": [
|
|
"sern-handler",
|
|
"sern-handler-v3",
|
|
"sern-handler-v4",
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": [
|
|
"src/*"
|
|
]
|
|
},
|
|
}
|
|
}
|