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