{
  "name": "isaacscript-tsconfig",
  "version": "7.1.0",
  "description": "A sharable TypeScript config for TypeScript and IsaacScript projects.",
  "keywords": [
    "isaacscript",
    "tsconfig",
    "typescript",
    "config",
    "configs"
  ],
  "homepage": "https://isaacscript.github.io/",
  "bugs": {
    "url": "https://github.com/IsaacScript/isaacscript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IsaacScript/isaacscript.git"
  },
  "license": "MIT",
  "author": "Zamiell",
  "type": "module",
  "files": [
    "tsconfig.base.json",
    "tsconfig.browser.json",
    "tsconfig.mod.json",
    "tsconfig.node.json"
  ],
  "dependencies": {
    "@tsconfig/node-lts": "24.0.1",
    "@tsconfig/strictest": "2.0.8"
  }
}
