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-20 01:23:39 +00:00
"target": "ES2019",
"module": "ES2020",
"outDir": "./dist"
}
}