{
  "name": "@1stg/tsconfig",
  "version": "4.0.0",
  "type": "commonjs",
  "description": "Personal but Shareable TypeScript Configuration for all 1stG.me projects",
  "repository": "git+https://github.com/1stG/configs.git",
  "homepage": "https://github.com/1stG/configs/tree/master/packages/tsconfig",
  "author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
  "funding": "https://opencollective.com/configs",
  "license": "MIT",
  "main": "tsconfig.json",
  "peerDependencies": {
    "typescript": ">=6.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "tsconfig": "tsconfig.json"
}
