{
  "include": ["src/**/*"],
  "compilerOptions": {
    "baseUrl": "",
    "paths": {
      "*": [ "./typings/*" ]
    },
    "skipLibCheck": true,
    "outDir": "ts",
    "target": "esnext",
    "module": "esnext",
    "moduleResolution": "node",
    "jsx": "react",
    "strict": false,
    "declaration": true,
    "noFallthroughCasesInSwitch": true,
    "noImplicitReturns": false,
    "noUnusedLocals": false,
    "noUnusedParameters": true,
    "stripInternal": true
  }
}
