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