blob: 74e15acc5285059c400584448679041d444e7f25 (
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"]
}
|