summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: f3ea3a46327eb5118d422ebfa4219b62cc0309c1 (plain)
1
2
3
4
5
6
7
8
9
{
  "target": "ES2017",
  "compilerOptions": {
    "module": "NodeNext",
    "esModuleInterop": true,
    "target": "ESNext",
    "resolveJsonModule": true
  }
}