UNPKG

@nexim/typescript-config

Version:
40 lines (39 loc) 1.06 kB
{ "name": "@nexim/typescript-config", "version": "2.0.1", "description": "Base TypeScript configuration for Nexim projects.", "keywords": [ "typescript", "tsconfig", "tsconfig.json", "nanolib", "nexim" ], "homepage": "https://github.com/the-nexim/nanolib/tree/next/packages/typescript-config#readme", "bugs": { "url": "https://github.com/the-nexim/nanolib/issues" }, "repository": { "type": "git", "url": "https://github.com/the-nexim/nanolib", "directory": "packages/typescript-config" }, "license": "AGPL-3.0-only", "author": "S. Amir Mohammad Najafi <njfamirm@gmail.com> (https://www.njfamirm.ir)", "contributors": [ "Arash Ghardashpoor <arash.qardashpoor@gmail.com> (https://www.agpagp.ir)" ], "main": "tsconfig.base.json", "files": [ "**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}", "tsconfig*.json", "LICENSE" ], "peerDependencies": { "typescript": "^5" }, "publishConfig": { "access": "public" }, "gitHead": "f20da89af20ee0c17c96e1ea15c6dfd831717ee6" }