@rajzik/tsconfig
Version:
Pre-packaged tsconfig.json's for personal configured projects
29 lines • 687 B
JSON
{
"name": "@rajzik/tsconfig",
"version": "2.3.1",
"description": "Pre-packaged tsconfig.json's for personal configured projects",
"keywords": [
"tsconfig",
"sharable",
"config"
],
"homepage": "https://github.com/rajzik/configs/tree/main/packages/tsconfig",
"repository": {
"type": "git",
"url": "git+https://github.com/rajzik/configs.git",
"directory": "packages/tsconfig"
},
"license": "MIT",
"author": "Jan Šilhan <silhanu@gmail.com>",
"exports": {
".": "./base.json",
"./tsconfig.package.json": "./tsconfig.package.json"
},
"main": "base.json",
"files": [
"*.json"
],
"publishConfig": {
"access": "public"
}
}