summaryrefslogtreecommitdiff
path: root/packages/markdown-support/tsconfig.json
blob: 67a76c52b321b83b71bf7b54d7a60b1dc9eb79aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../../tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "allowJs": true,
    "target": "ES2019",
    "module": "ES2020",
    "outDir": "./dist"
  }
}