astro/packages/markdown-support/tsconfig.json

11 lines
186 B
JSON
Raw Permalink Normal View History

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