summaryrefslogtreecommitdiff
path: root/cli/tests/config.tsconfig.json
blob: 074d7ac0bc1929972c2e331f560197365b9868fc (plain)
1
2
3
4
5
6
7
{
  "compilerOptions": {
    "module": "amd",
    "strict": true,
    "target": "es5"
  }
}