Skip to content

Commit

Permalink
build(tsconfig): de-duplicate options
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Aug 22, 2024
1 parent 755242f commit eae4aba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"extends": "@octokit/tsconfig",

"compilerOptions": {
"module": "ES2020",
"verbatimModuleSyntax": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"pretty": true,
Expand All @@ -14,8 +12,6 @@
"esModuleInterop": true,
"declaration": true,
"allowJs": true,
"lib": ["es2023", "dom"],
"moduleResolution": "Node"
},
"include": ["./*"],
"files": ["index.ts"]
Expand Down

0 comments on commit eae4aba

Please sign in to comment.