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