@voxpelli/tsconfig
Advanced tools
+3
-3
| { | ||
| "name": "@voxpelli/tsconfig", | ||
| "description": "Personal tsconfig bases", | ||
| "version": "12.0.0", | ||
| "version": "12.0.1", | ||
| "license": "MIT", | ||
@@ -28,8 +28,8 @@ "author": "Pelle Wessman <pelle@kodfabrik.se> (http://kodfabrik.se/)", | ||
| "husky": "^9.0.11", | ||
| "typescript": "~5.5.0-beta", | ||
| "typescript": "~5.4.5", | ||
| "validate-conventional-commit": "^1.0.3" | ||
| }, | ||
| "peerDependencies": { | ||
| "typescript": "~5.5.0-beta" | ||
| "typescript": "~5.4.5 || ~5.5.0-beta" | ||
| } | ||
| } |
6868
0.07%