{
  "compilerOptions": {
    "allowJs": true,
    "checkJs": true,
    "target": "ES5",
    "moduleResolution": "node",
    "lib": ["es2015", "es2017", "dom"],
    "sourceMap": true,
    "skipLibCheck": true,
    "noImplicitAny": true,
    "noImplicitUseStrict": true,
    "typeRoots": ["./node_modules/@types"]
  },
  "include": ["./**/*.ts", "./**/*.js"],
  "exclude": [
    "**/*.test.ts",
    "jest.config.js",
    "cli.js",
    "docs",
    "dist",
    "node_modules",
    "bower_components",
    "cache",
    "build",
    "static",
    "scripts",
    "webpack.config.dev.js",
    "webpack.config.js"
  ]
}
