astro/examples/ssr/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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"]
}
}