Skip to content

Commit

Permalink
tests: remove module from tsconfig.server.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Apr 1, 2020
1 parent 4eacf6a commit 549391d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/app-server",
"module": "commonjs",
"types": ["node"]
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion integration/express-engine-ivy/tsconfig.server.json
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/app-server",
"module": "commonjs",
"types": ["node"]
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion integration/express-engine-ve/tsconfig.server.json
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/app-server",
"module": "commonjs",
"types": ["node"]
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion integration/hapi-engine-ivy/tsconfig.server.json
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/app-server",
"module": "commonjs",
"types": ["node"]
},
"files": [
Expand Down
1 change: 0 additions & 1 deletion integration/hapi-engine-ve/tsconfig.server.json
Expand Up @@ -2,7 +2,6 @@
"extends": "./tsconfig.app.json",
"compilerOptions": {
"outDir": "./out-tsc/app-server",
"module": "commonjs",
"types": ["node"]
},
"files": [
Expand Down

0 comments on commit 549391d

Please sign in to comment.