@agilgur5/tsconfig
Version:
My tsconfig base files, extending @tsconfig/strictest
58 lines (57 loc) • 1.25 kB
JSON
{
"name": "@agilgur5/tsconfig",
"version": "0.1.0",
"description": "My tsconfig base files, extending @tsconfig/strictest",
"source": "src/tsconfig.json",
"main": "src/tsconfig.json",
"exports": {
".": "./src/tsconfig.json",
"./library": "./src/tsconfig.library.json",
"./library-build": "./src/tsconfig.library-build.json"
},
"files": [
"src/"
],
"author": "Anton Gilgur",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/agilgur5/tsconfig",
"repository": {
"type": "git",
"url": "https://github.com/agilgur5/tsconfig.git"
},
"bugs": {
"url": "https://github.com/agilgur5/tsconfig/issues"
},
"funding": {
"url": "https://github.com/sponsors/agilgur5"
},
"keywords": [
"typescript",
"ts",
"tsconfig",
"strict",
"strictest",
"library",
"package",
"base",
"boilerplate",
"template"
],
"scripts": {
"clean": "rm -f *.tgz",
"test:pub": "npm run clean && npm pack",
"changelog": "changelog-maker"
},
"engines": {
"node": ">=12.7.0"
},
"dependencies": {
"@tsconfig/strictest": "^2.0.1"
},
"devDependencies": {
"changelog-maker": "^3.0.0"
}
}