Skip to content

Commit 12aa8f8

Browse files
committed
Update karma-firefox.conf.js
1 parent 8956b2a commit 12aa8f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/neo4j-driver/test/browser/karma-firefox.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ module.exports = function (config) {
2323
compilerOptions: {
2424
target: 'ES5',
2525
lib: ['ES6'],
26+
module: 'node16',
2627
noImplicitAny: true,
2728
noImplicitReturns: true,
2829
strictNullChecks: true,
2930
esModuleInterop: true,
30-
moduleResolution: 'node',
31+
moduleResolution: 'node16',
3132
downlevelIteration: true,
3233
allowJs: true,
3334
isolatedModules: true,

0 commit comments

Comments
 (0)