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

10 lines
186 B
JSON

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