0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/packages/markdown-support/tsconfig.json

11 lines
186 B
JSON
Raw Normal View History

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