mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"include": ["src/*"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationDir": ".",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true
|
|
}
|
|
}
|