4c25a1c2ea
* Implements redirects, headers for SSR * Move away from an explicit Request * Properly handle endpoint routes in the build * chore(lint): ESLint fix * Update based on review comments Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2015", "DOM"],
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"types": ["astro/env"]
|
|
}
|
|
}
|