{
  "name": "@alwatr/tsconfig-base",
  "version": "9.1.1",
  "description": "This is a base TypeScript configuration for Alwatr projects.",
  "license": "MPL-2.0",
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com> (https://ali.mihandoost.com)",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/Alwatr/alwatr",
    "directory": "pkg/nanolib/tsconfig-base"
  },
  "homepage": "https://github.com/Alwatr/alwatr/tree/next/pkg/nanolib/tsconfig-base#readme",
  "bugs": "https://github.com/Alwatr/alwatr/issues",
  "exports": {
    ".": {
      "default": "./tsconfig.base.json"
    }
  },
  "sideEffects": false,
  "files": [
    "tsconfig.base.json",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "alwatr",
    "nanolib",
    "tsconfig",
    "tsconfig-base",
    "tsconfig.json",
    "typescript",
    "typescript"
  ],
  "gitHead": "38fb79dd8b6cf48108ae6492ecd7a285c7633e9b"
}
