aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: cf054f7675ff9896320285a03fbb84d536187e11 (plain)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "target": "es2018",
    "module": "commonjs",
    "strict": true,
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true
  }
}