UNPKG

tsconfig.json

Version:

Quickly create an opinionated tsconfig.json

40 lines (39 loc) 842 B
{ "name": "tsconfig.json", "version": "1.0.11", "description": "Quickly create an opinionated tsconfig.json", "main": "src/index.js", "bin": "src/index.js", "scripts": { "start": "node src/index.js", "semantic-release": "semantic-release" }, "keywords": [ "tsconfig", "tsconfig.json", "typescript", "ts" ], "author": "Ben Awad", "license": "MIT", "dependencies": { "inquirer": "^6.3.1" }, "repository": { "type": "git", "url": "git+https://github.com/benawad/tsconfig.json.git" }, "bugs": { "url": "https://github.com/benawad/tsconfig.json/issues" }, "publishConfig": { "access": "public", "branches": [ "master" ] }, "homepage": "https://github.com/benawad/tsconfig.json#readme", "devDependencies": { "semantic-release": "^17.4.4" } }