fastify-tsconfig
Version:
Shared TypeScript configuration
45 lines (44 loc) • 894 B
JSON
{
"name": "fastify-tsconfig",
"version": "3.0.0",
"description": "Shared TypeScript configuration",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/tsconfig.git"
},
"bugs": {
"url": "https://github.com/fastify/tsconfig/issues"
},
"homepage": "https://github.com/fastify/tsconfig#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"author": {
"name": "Maksim Sinik",
"email": "maksim@sinik.it",
"url": "https://maksim.dev"
},
"main": "tsconfig.json",
"engines": {
"node": ">=20.0.0"
},
"files": [
"tsconfig.json"
],
"keywords": [
"tsconfig",
"typescript",
"ts",
"config",
"configuration",
"fastify"
]
}