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