UNPKG

@eggjs/tsconfig

Version:

Base tsconfig for egg ts project

37 lines (36 loc) 723 B
{ "name": "@eggjs/tsconfig", "description": "Base tsconfig for egg ts project", "version": "1.3.3", "keywords": [ "egg", "typescript", "tsconfig" ], "files": [ "tsconfig.json" ], "scripts": { "lint": "echo 'ignore'", "test": "egg-bin test", "ci": "egg-bin cov" }, "author": "killagu <killa123@126.com>", "license": "MIT", "homepage": "https://github.com/eggjs/tsconfig", "bugs": { "url": "https://github.com/eggjs/egg" }, "repository": { "type": "git", "url": "https://github.com/eggjs/tsconfig.git" }, "engines": { "node": ">=14.0.0" }, "devDependencies": { "coffee": "^5.5.0", "egg-bin": "^5.6.1", "typescript": "^4.9.4" } }