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