aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: 16f950d8b0953e0273b72882afa63af2662aaeec (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": false,
    "strictNullChecks": false, //document.getElementBy
    "downlevelIteration": true
  },
  "include": ["./webAO/*"]
}