UNPKG

@rajzik/tsconfig

Version:

Pre-packaged tsconfig.json's for personal configured projects

36 lines 846 B
{ "name": "@rajzik/tsconfig", "version": "4.0.3", "description": "Pre-packaged tsconfig.json's for personal configured projects", "keywords": [ "config", "typescript", "typescript-config", "sharable", "tsconfig", "tsconfig-base" ], "homepage": "https://github.com/rajzik/configs/tree/main/packages/tsconfig", "bugs": { "url": "https://github.com/rajzik/configs/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rajzik/configs.git", "directory": "packages/tsconfig" }, "license": "MIT", "author": "Jan Šilhan <silhanu@gmail.com>", "sideEffects": false, "exports": { ".": "./base.json", "./tsconfig.package.json": "./tsconfig.package.json" }, "main": "base.json", "files": [ "*.json" ], "publishConfig": { "access": "public" } }