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