summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: e8977ec34b3e376f2b4894b9328611e8749b41c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "compilerOptions": {
    "outDir": "./dist/",
    "noImplicitAny": true,
    "module": "es6",
    "target": "es5",
    "jsx": "react",
    "allowJs": true,
    "moduleResolution": "node"
  }
}