@voxpelli/tsconfig
Advanced tools
+1
-0
@@ -14,2 +14,3 @@ { | ||
| "skipLibCheck": false, // See https://github.com/voxpelli/tsconfig/issues/1 | ||
| "types": ["node"], // Don't implicitly pull in declarations from `@types` packages | ||
@@ -16,0 +17,0 @@ /* Clean up generated declarations */ |
+5
-4
| { | ||
| "name": "@voxpelli/tsconfig", | ||
| "description": "Personal tsconfig bases", | ||
| "version": "13.0.0", | ||
| "version": "14.0.0", | ||
| "license": "MIT", | ||
@@ -27,9 +27,10 @@ "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)", | ||
| "devDependencies": { | ||
| "husky": "^9.0.11", | ||
| "typescript": "~5.5.3", | ||
| "@types/node": "^22.5.4", | ||
| "husky": "^9.1.5", | ||
| "typescript": "~5.5.4", | ||
| "validate-conventional-commit": "^1.0.4" | ||
| }, | ||
| "peerDependencies": { | ||
| "typescript": "~5.5.3" | ||
| "typescript": "~5.5.4" | ||
| } | ||
| } |
6969
1.69%115
0.88%4
33.33%