blob: 85f6983102d5ff2b024e011db2447188e5f9d453 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "es5",
"strict": true,
"strictNullChecks": false, //document.getElementBy
"downlevelIteration": true
},
"include": ["./webAO/*"]
}
|