astro/packages/astro-parser/tsconfig.json
2021-07-19 18:23:39 -07:00

9 lines
167 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"],
"compilerOptions": {
"target": "ES2019",
"module": "CommonJS",
"outDir": "./dist"
}
}