@zanminkian/tsconfig
Version:
Strict shared tsconfig out-of-box.
27 lines • 532 B
JSON
{
"name": "@zanminkian/tsconfig",
"type": "module",
"version": "0.9.0",
"description": "Strict shared tsconfig out-of-box.",
"author": "hellozmj@qq.com",
"license": "MIT",
"homepage": "https://github.com/zanminkian/tsconfig",
"keywords": [
"tsconfig",
"strict",
"out-of-box",
"typescript",
"ts",
"config",
"configuration"
],
"bin": {
"tsconfig": "./bin/tsconfig.js"
},
"dependencies": {
"commander": "^11.0.0"
},
"devDependencies": {
"@types/node": "^20.5.6"
}
}