Skip to content

Commit 8956b2a

Browse files
committed
Revert "try es6 for module"
This reverts commit 016f1e4.
1 parent 016f1e4 commit 8956b2a

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

packages/bolt-connection/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"target": "ES5",
44
"lib": ["ES6"],
5-
"module": "es6",
65
"noImplicitAny": true,
76
"noImplicitReturns": true,
87
"strictNullChecks": true,

packages/core/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"target": "ES5",
44
"lib": ["ES6"],
5-
"module": "es6",
65
"noImplicitAny": true,
76
"noImplicitReturns": true,
87
"strictNullChecks": true,

packages/neo4j-driver-lite/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"target": "ES5",
44
"lib": ["ES6"],
5-
"module": "es6",
65
"noImplicitAny": true,
76
"noImplicitReturns": true,
87
"strictNullChecks": true,

packages/neo4j-driver/gulpfile.babel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ gulp.task('nodejs', function () {
5353
.pipe(ts({
5454
target: 'ES5',
5555
lib: ['ES6'],
56-
module: 'es6',
5756
noImplicitAny: true,
5857
noImplicitReturns: true,
5958
strictNullChecks: true,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = function (config) {
2222
compilerOptions: {
2323
target: 'ES5',
2424
lib: ['ES6'],
25-
module: 'es6',
2625
noImplicitAny: true,
2726
noImplicitReturns: true,
2827
strictNullChecks: true,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ module.exports = function (config) {
2323
compilerOptions: {
2424
target: 'ES5',
2525
lib: ['ES6'],
26-
module: 'es6',
2726
noImplicitAny: true,
2827
noImplicitReturns: true,
2928
strictNullChecks: true,

0 commit comments

Comments
 (0)