summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 99ccdd6473f3da6cef2a3a66d860ec5bff489878 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2021",
    "sourceMap": true,
    "esModuleInterop": true
  },
  "exclude": [
    "node_modules"
  ],
}