summaryrefslogtreecommitdiff
path: root/tsconfig.base.json
blob: 0eb3c65c123f11a4d36be1998ef94ebe5635ea1d (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,
    "verbatimModuleSyntax": true
  }
}