UNPKG

@mheob/tsconfig

Version:

My personal configurations for typescript.

42 lines (41 loc) 873 B
{ "name": "@mheob/tsconfig", "version": "3.0.1", "description": "My personal configurations for typescript.", "keywords": [ "config", "configuration", "ts", "tsconfig", "typescript" ], "homepage": "https://github.com/mheob/config/tree/main/packages/tsconfig", "bugs": "https://github.com/mheob/config/issues", "license": "MIT", "author": "Alexander Böhm <tools@alex-boehm.dev>", "repository": { "type": "git", "url": "https://github.com/mheob/config" }, "files": [ "astro.json", "base.json", "commonjs.json", "esm.json", "nextjs.json", "react.json" ], "exports": { ".": "./commonjs.json", "./astro": "./astro.json", "./base": "./base.json", "./commonjs": "./commonjs.json", "./esm": "./esm.json", "./nextjs": "./nextjs.json", "./react": "./react.json" }, "publishConfig": { "access": "public" }, "scripts": {} }