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