0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/tsconfig.json

10 lines
160 B
JSON
Raw Normal View History

2021-03-15 12:22:05 -05:00
{
"extends": "./tsconfig.base.json",
2021-03-15 12:22:05 -05:00
"include": ["src"],
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"outDir": "./lib"
2021-03-15 12:22:05 -05:00
}
}