summaryrefslogtreecommitdiff
path: root/packages/webapi/tsconfig.json
blob: 60799f6aec7af18c7a3112e49936d1a9bd293c43 (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": "ES2020",
    "moduleResolution": "node",
    "esModuleInterop": true,
    "declaration": true,
    "declarationDir": ".",
    "strict": true,
    "sourceMap": true,
    "declarationMap": true
  }
}