@bluelovers/tsconfig
Version:
用於 TypeScript 項目的基礎 tsconfig 配置預設 (Base tsconfig preset for TypeScript projects)
48 lines (47 loc) • 1.4 kB
JSON
{
"name": "@bluelovers/tsconfig",
"version": "2.0.3",
"description": "用於 TypeScript 項目的基礎 tsconfig 配置預設 (Base tsconfig preset for TypeScript projects)",
"keywords": [
"tsconfig",
"typescript",
"config",
"configuration",
"template",
"preset",
"bluelovers",
"strict",
"ts"
],
"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",
"directory": "packages/tsconfig"
},
"license": "ISC",
"author": "bluelovers",
"main": "tsconfig.json",
"scripts": {
"coverage": "yarn run test -- --coverage",
"test": "node --run test:jest --",
"test:jest": "echo jest --passWithNoTests",
"test:jest:coverage": "node --run test:jest -- --coverage",
"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\" .",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"tslib": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3a0aefcbbf1daedd74102757b05696fa82e53d74"
}