mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
9 lines
175 B
JSON
9 lines
175 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2015", "DOM"],
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"types": ["astro/env"]
|
|
}
|
|
}
|