summaryrefslogtreecommitdiff
path: root/packages/internal-helpers/tsconfig.json
blob: 569016e9d844d14d76c7a2f0a0b46df9c8ad2d68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "../../tsconfig.base.json",
  "include": ["src"],
  "compilerOptions": {
    "allowJs": true,
    "target": "ES2021",
    "module": "ES2022",
    "outDir": "./dist"
  }
}