aboutsummaryrefslogtreecommitdiff
path: root/packages/upgrade/tsconfig.json
blob: d15ade00ff800795f1a48ed190a2d01c00d7707a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "extends": "../../tsconfig.base.json",
  "include": ["src", "index.d.ts"],
  "compilerOptions": {
    "allowJs": true,
    "emitDeclarationOnly": false,
    "noEmit": true,
    "target": "ES2022",
    "module": "ES2022",
    "moduleResolution": "Bundler",
    "outDir": "./dist",
    "declarationDir": "./dist/types"
  }
}