summaryrefslogtreecommitdiff
path: root/cli/tests/module_graph/tsconfig.json
blob: a4c5f4f33d49234409b162866bf7cefa586b903b (plain)
1
2
3
4
5
6
{
  "compilerOptions": {
    "target": "ES5",
    "jsx": "preserve"
  }
}