aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 7803fbe2e25680ec172e9d90439d02364c778fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "outDir": "./dist",
    "allowJs": true,
    "target": "es5",
    //"strict": true,
    "strictNullChecks": false, //document.getElementBy
    "downlevelIteration": true
  },
  "include": ["./webAO/*"]
}