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