diff --git a/tsconfig.json b/tsconfig.json index 019a301..67caaea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,6 @@ "extends": "@octokit/tsconfig", "compilerOptions": { - "module": "ES2020", - "verbatimModuleSyntax": false, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "pretty": true, @@ -14,8 +12,6 @@ "esModuleInterop": true, "declaration": true, "allowJs": true, - "lib": ["es2023", "dom"], - "moduleResolution": "Node" }, "include": ["./*"], "files": ["index.ts"]