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