diff --git a/ponyracer/package.json b/ponyracer/package.json index 89eaab88a..cb8c55f38 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.800.0", - "@angular/cli": "~8.0.3", + "@angular/cli": "~8.0.4", "@angular/compiler-cli": "~8.0.1", "@angular/language-service": "~8.0.1", "@types/node": "~8.9.4", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 0a91f8107..d195ba752 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -6,7 +6,8 @@ "sourceMap": true, "declaration": false, "downlevelIteration": true, - "emitDecoratorMetadata": true, + "module": "esnext", + "moduleResolution": "node", "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node",