Skip to content

Commit 5986e88

Browse files
chore: Add missing tsconfig properties from query repo (#23)
* chore: Add tsconfig properties from query repo * Remove baseUrl
1 parent 250c39d commit 5986e88

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tsconfig.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"compilerOptions": {
44
"allowJs": true,
55
"allowSyntheticDefaultImports": true,
6-
"allowUnreachableCode": true,
7-
"baseUrl": ".",
6+
"allowUnreachableCode": false,
7+
"allowUnusedLabels": false,
88
"checkJs": true,
99
"declaration": true,
1010
"esModuleInterop": true,
@@ -14,14 +14,13 @@
1414
"module": "NodeNext",
1515
"moduleResolution": "NodeNext",
1616
"noEmit": true,
17-
"noImplicitAny": true,
1817
"noImplicitReturns": true,
1918
"noUncheckedIndexedAccess": true,
2019
"noUnusedLocals": true,
20+
"noUnusedParameters": true,
2121
"resolveJsonModule": true,
2222
"skipLibCheck": true,
2323
"strict": true,
24-
"strictNullChecks": true,
2524
"target": "ES2020"
2625
},
2726
"include": [".eslintrc.cjs", "bin", "prettier.config.js", "src"]

0 commit comments

Comments
 (0)