aboutsummaryrefslogtreecommitdiffstats
path: root/surfingkeys/tsconfig.json
blob: 209b86b3c02ac431130fba3afa65d108b1863360 (plain)
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "outDir": "./dist/",
    "noImplicitAny": true,
    "module": "es6",
    "target": "es5",
    "moduleResolution": "node"
  }
}