@grapp/ts-config
Advanced tools
Comparing version 0.1.2 to 0.1.3
# @grapp/ts-config | ||
## 0.1.3 | ||
### Patch Changes | ||
- improve config | ||
## 0.1.2 | ||
@@ -4,0 +10,0 @@ |
@@ -20,6 +20,5 @@ { | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"noPropertyAccessFromIndexSignature": true | ||
"noUnusedParameters": true | ||
}, | ||
"exclude": ["node_modules"] | ||
} |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"peerDependencies": { | ||
@@ -10,0 +10,0 @@ "typescript": "^5.2.2" |
2271
30