UNPKG

@cretia/tsconfig

Version:
43 lines (42 loc) 867 B
{ "name": "@cretia/tsconfig", "version": "1.0.0-alpha.4", "private": false, "keywords": [ "tsconfig", "typescript", "config", "cretia" ], "homepage": "https://github.com/cretia-app/configs#readme", "bugs": { "url": "https://github.com/cretia-app/configs/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/cretia-app/configs.git" }, "license": "MIT", "author": "cesargdm", "type": "module", "exports": { ".": "./tsconfig.base.json", "./bun": "./tsconfig.bun.json" }, "main": "./tsconfig.base.json", "files": [ "./tsconfig.base.json", "./tsconfig.bun.json" ], "scripts": { "build": "exit 0", "clean": "rm -rf node_modules", "format": "prettier --write .", "lint": "exit 0", "test": "exit 0", "typecheck": "tsc --noEmit" }, "devDependencies": { "@cretia/eslint-config": "workspace:*" } }