summaryrefslogtreecommitdiff
path: root/tests/testdata/run/config/tsconfig.json
blob: 0f08819203b17597e909cbd60d940977069e29aa (plain)
1
2
3
4
5
6
7
{
  "compilerOptions": {
    "module": "amd",
    "strict": false,
    "target": "es5"
  }
}