{
  "extends": "./tsconfig-lib.json",
  "compilerOptions": {
    "allowJs": true,
    "emitDeclarationOnly": false
  },
  "include": [
    "src/**/*",
    "tests/**/*",
    "demo/**/*",
    /* needed for eslint to work for some reason ¯\_(ツ)_/¯ */
    ".eslintrc.js",
    "tests/**/.eslintrc.js",
    "rollup.config.js",
    "build-config.js",
    "lint-staged.config.js",
    "scripts/**/*"
  ]
}
