@sindresorhus/tsconfig
Version:
Shared TypeScript config for my projects
27 lines (26 loc) • 477 B
JSON
{
"name": "@sindresorhus/tsconfig",
"version": "3.0.1",
"description": "Shared TypeScript config for my projects",
"license": "MIT",
"repository": "sindresorhus/tsconfig",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"main": "tsconfig.json",
"engines": {
"node": ">=14"
},
"files": [
"tsconfig.json"
],
"keywords": [
"tsconfig",
"typescript",
"ts",
"config",
"configuration"
]
}