summaryrefslogtreecommitdiff
path: root/packages/astro-prism/tsconfig.json
blob: c56abb57e77566b29d880fb75662934d3ba185eb (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"
  }
}