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