UNPKG

@bfra.me/tsconfig

Version:
43 lines 980 B
{ "name": "@bfra.me/tsconfig", "version": "0.12.1", "description": "Shared TypeScript configuration for bfra.me", "keywords": [ "bfra.me", "config", "shared", "tsconfig", "typescript", "works" ], "homepage": "https://github.com/bfra-me/works/tree/main/packages/tsconfig#readme", "bugs": "https://github.com/bfra-me/works/issues", "repository": { "type": "git", "url": "git+https://github.com/bfra-me/works.git", "directory": "packages/tsconfig" }, "license": "MIT", "author": "Marcus R. Brown <contact@bfra.me>", "type": "module", "exports": { ".": "./tsconfig.json", "./package.json": "./package.json", "./tsconfig.json": "./tsconfig.json" }, "main": "tsconfig.json", "files": [ "tsconfig.json" ], "devDependencies": { "ajv": "8.17.1", "ajv-draft-04": "1.0.0" }, "publishConfig": { "access": "public", "provenance": true }, "scripts": { "test": "vitest run" } }