@zanminkian/tsconfig
Version:
Strict shared tsconfig out-of-box.
24 lines • 475 B
JSON
{
"name": "@zanminkian/tsconfig",
"type": "module",
"version": "0.4.2",
"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": "^10.0.0"
}
}