astro/examples/ssr/tsconfig.json
2022-03-08 17:01:34 -05:00

7 lines
112 B
JSON

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