aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: c2f688259c8eaf95879be2c08013b1be00fe0fda (plain)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "outDir": "./dist",
    "allowJs": true,
    "target": "es5",
    "downlevelIteration": true
  },
  "include": ["./webAO/*"]
}