@aboutbits/ts-config
Version:
AboutBits' TypeScript configs
45 lines (44 loc) • 919 B
JSON
{
"name": "@aboutbits/ts-config",
"version": "1.1.3",
"description": "AboutBits' TypeScript configs",
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"readme.md",
"tsconfig.json",
"tsconfig.react.json"
],
"exports": {
".": "./tsconfig.json",
"./react": "./tsconfig.react.json"
},
"engines": {
"npm": ">=8",
"node": ">=16"
},
"scripts": {
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aboutbits/ts-config"
},
"keywords": [
"ts-config",
"tsconfig",
"typescript"
],
"author": "AboutBits",
"license": "MIT",
"bugs": {
"url": "https://github.com/aboutbits/ts-config/issues"
},
"homepage": "https://github.com/aboutbits/ts-config",
"prettier": "@aboutbits/prettier-config",
"peerDependencies": {
"typescript": "^5.0.0"
}
}