Skip to content

Commit

Permalink
fix: remove typeroots
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jan 27, 2025
1 parent 12aeb1d commit f2ad90c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
3 changes: 1 addition & 2 deletions packages/abstractions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"downlevelIteration": true,
"noImplicitReturns": true,
"strictNullChecks": true,
"lib": ["esnext", "dom"],
"typeRoots": ["./node_modules/@types"]
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts"]
}
3 changes: 1 addition & 2 deletions packages/loki/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"downlevelIteration": true,
"noImplicitReturns": true,
"strictNullChecks": true,
"lib": ["esnext", "dom"],
"typeRoots": ["./node_modules/@types"]
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts"]
}
1 change: 0 additions & 1 deletion packages/mongo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"noImplicitReturns": true,
"strictNullChecks": true,
"lib": ["esnext", "dom"],
"typeRoots": ["./node_modules/@types"],
"baseUrl": ""
},
"include": ["src/**/*.ts"]
Expand Down
3 changes: 1 addition & 2 deletions packages/querytranslator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"downlevelIteration": true,
"noImplicitReturns": true,
"strictNullChecks": true,
"lib": ["esnext", "dom"],
"typeRoots": ["./node_modules/@types"]
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts"]
}

0 comments on commit f2ad90c

Please sign in to comment.