aboutsummaryrefslogtreecommitdiff
path: root/packages/webapi/tsconfig.json
blob: 2d7e33d823ba1556a31c60278827378cc996bc50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "include": ["src/*"],
  "exclude": ["node_modules"],
  "compilerOptions": {
    "target": "ES2021",
    "module": "ES2022",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "declaration": true,
    "declarationDir": ".",
    "strict": true,
    "sourceMap": true,
    "declarationMap": true
  }
}