@ocavue/tsconfig
Version:
A collection of reusable TypeScript configurations
30 lines • 711 B
JSON
{
"name": "@ocavue/tsconfig",
"type": "module",
"version": "0.3.7",
"description": "A collection of reusable TypeScript configurations",
"author": "ocavue <ocavue@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/ocavue",
"homepage": "https://github.com/ocavue/tsconfig#readme",
"repository": {
"type": "git",
"url": "https://github.com/ocavue/tsconfig.git"
},
"bugs": "https://github.com/ocavue/tsconfig/issues",
"keywords": [
"tsconfig",
"typescript",
"config"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/bun": "^1.2.9",
"prettier": "^3.5.3"
},
"scripts": {
"build": "bun build.ts"
}
}