aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/tsconfig.json
blob: a3bc367f8e317f4c0429cda0fc0504df4d944349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "strict" : false,
    "noImplicitAny": false,
    "outDir": "./dist/",
    "module": "es6",
    "target": "es5",
    "jsx": "react",
    "lib": ["es5", "es6", "dom"],
    "allowJs": true
  }
}