typescript-config-silverwind
Advanced tools
+9
-8
| { | ||
| "name": "typescript-config-silverwind", | ||
| "version": "17.0.0", | ||
| "version": "18.0.0", | ||
| "description": "Typescript configuration", | ||
@@ -16,10 +16,11 @@ "author": "silverwind <me@silverwind.io>", | ||
| "devDependencies": { | ||
| "@typescript/native-preview": "7.0.0-dev.20260331.1", | ||
| "eslint": "10.1.0", | ||
| "eslint-config-silverwind": "130.1.0", | ||
| "typescript": "5.9.3", | ||
| "updates": "17.13.1", | ||
| "updates-config-silverwind": "2.0.1", | ||
| "versions": "14.2.6" | ||
| "@typescript/native-preview": "7.0.0-dev.20260420.1", | ||
| "eslint": "10.2.1", | ||
| "eslint-config-silverwind": "131.0.4", | ||
| "jest-extended": "7.0.0", | ||
| "typescript": "6.0.3", | ||
| "updates": "17.15.5", | ||
| "updates-config-silverwind": "2.1.0", | ||
| "versions": "15.0.0" | ||
| } | ||
| } |
+1
-2
@@ -36,3 +36,3 @@ { | ||
| "jsx": "react-jsx", | ||
| "types": [], // disable automatic inclusion of all @types packages | ||
| "types": ["jest-extended"], // disable automatic inclusion of all @types packages | ||
| "lib": ["DOM", "ESNext"], | ||
@@ -57,4 +57,3 @@ "libReplacement": false, | ||
| "strict": true, | ||
| "useUnknownInCatchVariables": false, // TODO | ||
| } | ||
| } |
4382
-0.09%8
14.29%56
-1.75%