Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deeplay-io/nice-grpc into test-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aikoven committed Oct 14, 2023
2 parents c60aad1 + 0509986 commit 4c3de63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nice-grpc-web/karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export default (config: Config & Record<string, unknown>) => {
karmaTypescriptConfig: {
tsconfig: 'tsconfig.json',
compilerOptions: {
target: 'ES2015',
lib: ['ES2015', 'DOM', 'DOM.Iterable'],
target: 'ES2018',
lib: ['ES2018', 'DOM', 'DOM.Iterable'],
},
bundlerOptions: {
constants: {
Expand Down

0 comments on commit 4c3de63

Please sign in to comment.