@finsweet/tsconfig
Version:
Shared TypeScript config for all Finsweet projects.
40 lines • 895 B
JSON
{
"name": "@finsweet/tsconfig",
"version": "1.4.2",
"description": "Shared TypeScript config for all Finsweet projects.",
"license": "MIT",
"main": "tsconfig.json",
"files": [
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/finsweet/tsconfig.git"
},
"keywords": [
"finsweet",
"typescript",
"tsconfig",
"webflow"
],
"author": {
"name": "Finsweet",
"url": "https://www.finsweet.com/"
},
"bugs": {
"url": "https://github.com/finsweet/tsconfig/issues"
},
"homepage": "https://github.com/finsweet/tsconfig#readme",
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/cli": "^2.27.12",
"typescript": "^5.7.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"build": "changeset --version",
"release": "changeset publish"
}
}