0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/packages/astro-parser/tsconfig.json

10 lines
167 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
2021-07-19 20:23:39 -05:00
"target": "ES2019",
"module": "CommonJS",
"outDir": "./dist"
}
}