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