typescript-config-silverwind
Advanced tools
+7
-5
| { | ||
| "name": "typescript-config-silverwind", | ||
| "version": "15.0.0", | ||
| "version": "16.0.0", | ||
| "description": "Typescript configuration", | ||
@@ -15,8 +15,10 @@ "author": "silverwind <me@silverwind.io>", | ||
| "devDependencies": { | ||
| "eslint": "9.39.2", | ||
| "eslint-config-silverwind": "120.1.2", | ||
| "@typescript/native-preview": "7.0.0-dev.20260306.1", | ||
| "eslint": "9.39.3", | ||
| "eslint-config-silverwind": "122.0.4", | ||
| "typescript": "5.9.3", | ||
| "updates": "17.0.8", | ||
| "versions": "14.0.3" | ||
| "updates": "17.8.2", | ||
| "updates-config-silverwind": "1.0.3", | ||
| "versions": "14.2.1" | ||
| } | ||
| } |
+5
-5
@@ -29,7 +29,7 @@ { | ||
| "allowSyntheticDefaultImports": true, | ||
| "declaration": true, | ||
| "declaration": false, // d.ts emit is handled by tsdown, not tsc/tsgo | ||
| "declarationMap": false, // https://github.com/rolldown/tsdown/issues/504 | ||
| "erasableSyntaxOnly": true, | ||
| "esModuleInterop": true, | ||
| "exactOptionalPropertyTypes": false, | ||
| "exactOptionalPropertyTypes": false, // TODO | ||
| "isolatedModules": true, | ||
@@ -41,4 +41,4 @@ "jsx": "react-jsx", | ||
| "noEmit": true, | ||
| "noPropertyAccessFromIndexSignature": false, | ||
| "noUncheckedIndexedAccess": false, | ||
| "noPropertyAccessFromIndexSignature": false, // TODO | ||
| "noUncheckedIndexedAccess": false, // TODO | ||
| "noUncheckedSideEffectImports": true, | ||
@@ -67,4 +67,4 @@ "noUnusedLocals": true, | ||
| "noImplicitThis": true, | ||
| "useUnknownInCatchVariables": false, | ||
| "useUnknownInCatchVariables": false, // TODO | ||
| } | ||
| } |
4673
4.03%7
40%