summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: c45ca4c919b37aeed3c2c3d79ddf46ae09eadb42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "strict": true,
    "lib": ["es2020"],
    "moduleResolution": "node",
    "target": "ES2020",
    "esModuleInterop": true,
    "rootDirs": ["src"]
  }
}