astro/examples/ssr/tsconfig.json

8 lines
112 B
JSON
Raw Normal View History

2022-03-08 22:01:34 +00:00
{
"compilerOptions": {
"lib": ["ES2015", "DOM"],
"module": "ES2022",
"types": ["astro/env"]
}
}