astro/examples/ssr/tsconfig.json
Matthew Phillips 4c25a1c2ea
Implements redirects, headers for SSR (#2798)
* 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>
2022-03-16 12:16:21 -04:00

8 lines
144 B
JSON

{
"compilerOptions": {
"lib": ["ES2015", "DOM"],
"module": "ES2022",
"moduleResolution": "node",
"types": ["astro/env"]
}
}