summaryrefslogtreecommitdiffstats
path: root/ui/tsconfig.json
blob: f1a2c4bd86237fac9e1a7b3976af870a747cee28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "es2016",
    "sourceMap": true,
    "inlineSources": true,
    "jsx": "preserve",
    "importHelpers": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "esModuleInterop": true
  }
}