summaryrefslogtreecommitdiff
path: root/packages/integrations/prefetch/tsconfig.json
blob: 6457dfe8c831c32e11e65b48d23d54dd67c0aba3 (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": "ES2022"
  }
}