summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 1aa6fc6762f91e5f496ff1b5c89f9717bb389adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "baseUrl": "./src",
    "jsx": "react",
    "moduleResolution": "Node",
    "paths": {
      "~/*": ["./*"]
    },
    "strict": true,
    "target": "ES2015",
    "lib": ["es2015", "dom" ,"esnext"],
  },
  "include": ["src/**/*"]
}