@sindresorhus/tsconfig
Version:
Shared TypeScript config for my projects
29 lines (28 loc) • 561 B
JSON
{
"name": "@sindresorhus/tsconfig",
"version": "8.1.0",
"description": "Shared TypeScript config for my projects",
"license": "MIT",
"repository": "sindresorhus/tsconfig",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"exports": "./tsconfig.json",
"sideEffects": false,
"engines": {
"node": ">=20"
},
"files": [
"tsconfig.json"
],
"keywords": [
"tsconfig",
"typescript",
"ts",
"config",
"configuration"
]
}