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