Skip to content

Commit

Permalink
chore: Add missing tsconfig properties from query repo (#23)
Browse files Browse the repository at this point in the history
* chore: Add tsconfig properties from query repo

* Remove baseUrl
  • Loading branch information
lachlancollins authored Jan 5, 2024
1 parent 250c39d commit 5986e88
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": true,
"baseUrl": ".",
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"checkJs": true,
"declaration": true,
"esModuleInterop": true,
Expand All @@ -14,14 +14,13 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"target": "ES2020"
},
"include": [".eslintrc.cjs", "bin", "prettier.config.js", "src"]
Expand Down

0 comments on commit 5986e88

Please sign in to comment.