aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
blob: e5de9df557d2b965ec0a530c13432cce609f916f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "lib": [
      "dom",
      "es5",
  ],
  "compilerOptions": {
      "target": "es5",
      "module": "commonjs",
      "sourceMap": true,
      "jsx": "react"
  }
}