aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: f0256bf6fcfab773ca74fde9ab70d93129679ed0 (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"]
}