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