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