{
  "compilerOptions": {
    "checkJs": false,
    "noImplicitAny": false,
    "target": "ES6",
    "module": "commonjs"
  },
  "exclude": [
    "node_modules",
    "vendor",
    "storage",
    "bootstrap/cache"
  ]
}
