@gfdigital/tsconfig
Version:
A collection of TS configs that can be used and extended in any project
60 lines (59 loc) • 1.48 kB
JSON
{
"name": "@gfdigital/tsconfig",
"version": "0.3.1",
"description": "A collection of TS configs that can be used and extended in any project",
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:green-flash-digital/tsconfig-green-flash.git"
},
"scripts": {
"release": "yarn changeset publish"
},
"publishConfig": {
"access": "public"
},
"exports": {
".": "./lib/tsconfig.json",
"./library": "./lib/tsconfig.library.json"
},
"author": "Drew DeCarme (drew@greenflash.digital)",
"license": "MIT",
"bugs": {
"url": "https://github.com/green-flash-digital/green-flash-tsconfig/issues"
},
"homepage": "https://github.com/green-flash-digital/green-flash-tsconfig#readme",
"keywords": [
"typescript",
"tsconfig",
"typescript-config",
"ts-config",
"config",
"typescript-setup",
"ts-preset",
"tsconfig-base",
"tsconfig-extend",
"shared-tsconfig",
"tsconfig-library",
"tsconfig-custom",
"typescript-tooling",
"typescript-project",
"typescript-boilerplate",
"typescript-starter",
"monorepo",
"eslint",
"prettier",
"build-tooling",
"developer-tools",
"typescript-best-practices",
"typescript-workspaces",
"tsconfig-templates",
"extendable-tsconfig",
"typed-config"
],
"packageManager": "yarn@4.7.0",
"devDependencies": {
"@changesets/cli": "^2.28.1",
"typescript": "^5.8.2"
}
}