aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.base.json
blob: 2e425adc09fb42cfa525c66c7e75a2c48d7ebd60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "compilerOptions": {
    /* Code generation */
    "sourceMap": true,
    "downlevelIteration": true,
    "importHelpers": true,
    /* Module resolution */
    "esModuleInterop": true,
    /* Other options */
    "forceConsistentCasingInFileNames": true,
    "skipLibCheck": true,
    "strict": true,
    "noImplicitAny": false,
    "noImplicitOverride": true
  }
}