Skip to content

Commit 3894f12

Browse files
committed
change target to es6
1 parent 4de0294 commit 3894f12

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/bolt-connection/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
3+
"target": "ES6",
44
"lib": ["ES6"],
55
"noImplicitAny": true,
66
"noImplicitReturns": true,
77
"strictNullChecks": true,
88
"esModuleInterop": true,
9+
"module": "commonjs",
910
"moduleResolution": "node",
1011
"downlevelIteration": true,
1112
"outDir": "lib",

packages/core/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
3+
"target": "ES6",
44
"lib": ["ES6"],
55
"noImplicitAny": true,
66
"noImplicitReturns": true,
77
"strictNullChecks": true,
88
"esModuleInterop": true,
9+
"module": "commonjs",
910
"moduleResolution": "node",
1011
"downlevelIteration": true,
1112
"outDir": "lib",

packages/neo4j-driver-lite/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"compilerOptions": {
3-
"target": "ES5",
3+
"target": "ES6",
44
"lib": ["ES6"],
55
"noImplicitAny": true,
66
"noImplicitReturns": true,
77
"strictNullChecks": true,
88
"esModuleInterop": true,
9+
"module": "commonjs",
910
"moduleResolution": "node",
1011
"downlevelIteration": true,
1112
"outDir": "lib",

0 commit comments

Comments
 (0)