Skip to content

Commit d2e2ced

Browse files
committed
reduce driver target and enable interop
likely to be an unacceptable solution, but worth a shot
1 parent d612fdb commit d2e2ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/neo4j-driver/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"compilerOptions": {
33
"module": "es6",
4-
"target": "es6",
4+
"target": "es5",
55
"noImplicitAny": true,
66
"noImplicitReturns": true,
77
"strictNullChecks": true,
8+
"esModuleInterop": true,
89
"moduleResolution": "node",
910
"types": []
1011
},

0 commit comments

Comments
 (0)