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