astro/packages/astro-parser/tsconfig.json

10 lines
167 B
JSON
Raw Normal View History

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