astro/packages/integrations/markdoc/tsconfig.json
2023-03-03 08:39:37 -05:00

10 lines
225 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": ["src", "components", "content-types.d.ts"],
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
"target": "ES2020"
}
}