aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.base.json
blob: a8f5f7c0d5b1a5b08ef6abf12c35dc2e357b40d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "compilerOptions": {
    "declaration": true,
    "strict": true,
    "moduleResolution": "node",
    "esModuleInterop": true,
    "skipLibCheck": true,
    "forceConsistentCasingInFileNames": true
  }
}