summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 8dca4b2a8a6f8a9479d55e0aee4d6dcee19af664 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true,
    "resolveJsonModule": true,
    "sourceMap": true
  }
}