@octokit/tsconfig
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "TypeScript configuration for Octokit packages", | ||
@@ -9,0 +9,0 @@ "scripts": { |
@@ -7,3 +7,2 @@ # tsconfig | ||
[](https://github.com/octokit/tsconfig/actions?query=workflow%3ATest+branch%3Amain) | ||
[](https://dependabot.com/) | ||
@@ -10,0 +9,0 @@ ## Usage |
{ | ||
"compilerOptions": { | ||
"module": "esnext", | ||
"moduleResolution": "node", | ||
"lib": ["es2023"], | ||
"module": "node16", | ||
"moduleResolution": "node16", | ||
"noUnusedLocals": true, | ||
"noUnusedParameters": true, | ||
"strict": true, | ||
"target": "es2020", | ||
"target": "es2022", | ||
"resolveJsonModule": true, | ||
@@ -10,0 +11,0 @@ "verbatimModuleSyntax": true |
13
8.33%2483
-3.83%31
-3.12%