astro/packages/integrations/markdoc/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
211 B
JSON
Raw Normal View History

2023-02-06 16:13:57 +00:00
{
"extends": "../../../tsconfig.base.json",
2023-02-10 14:00:12 +00:00
"include": ["src", "content-types.d.ts"],
2023-02-06 16:13:57 +00:00
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
"target": "ES2020"
}
}