mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
9 lines
144 B
JSON
9 lines
144 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ES2015", "DOM"],
|
||
|
"module": "ES2022",
|
||
|
"moduleResolution": "node",
|
||
|
"types": ["astro/env"]
|
||
|
}
|
||
|
}
|