summaryrefslogtreecommitdiff
path: root/tests/type-consistency/tsconfig.json
blob: e1421ab3e846391f3d60b944e842e3dea5c419b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "include": ["generated/**/*.ts"],
  "compilerOptions": {
    "target": "ES2022",
    "module": "nodenext",
    "moduleResolution": "nodenext",
    "lib": ["ES2022", "dom"],
    "outDir": "dist",
    "strict": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "declaration": true,
    "declarationMap": true
  }
}