@bluelovers/tsconfig
Version:
39 lines (38 loc) • 1.04 kB
JSON
{
"name": "@bluelovers/tsconfig",
"version": "1.0.35",
"description": "my base tsconfig",
"keywords": [
"preset",
"bluelovers",
"typescript",
"tsconfig"
],
"homepage": "https://github.com/bluelovers/ws-node-bluelovers/tree/master/packages/tsconfig#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-node-bluelovers/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-node-bluelovers.git"
},
"license": "ISC",
"author": "bluelovers",
"main": "tsconfig.json",
"scripts": {
"test": "echo \"Error: no test specified\"",
"test:jest": "jest --passWithNoTests",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"preversion": "yarn run test",
"postpublish_": "git commit -m \"chore(release): publish\" ."
},
"dependencies": {
"tslib": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "50b9133ac1ab40b2838d5b8197bbf3a3142f0af5"
}