diff --git a/ponyracer/package.json b/ponyracer/package.json index 53beee4..df2f2c5 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -19,15 +19,15 @@ "@angular/platform-browser-dynamic": "^17.0.0-next.0", "@angular/platform-server": "^17.0.0-next.0", "@angular/router": "^17.0.0-next.0", - "@angular/ssr": "^17.0.0-rc.2", + "@angular/ssr": "^17.0.0-rc.3", "express": "^4.18.2", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.14.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.0-rc.2", - "@angular/cli": "^17.0.0-rc.2", + "@angular-devkit/build-angular": "^17.0.0-rc.3", + "@angular/cli": "^17.0.0-rc.3", "@angular/compiler-cli": "^17.0.0-next.0", "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 8c8330b..994784b 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,7 +9,7 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - "allowSyntheticDefaultImports": true, + "esModuleInterop": true, "sourceMap": true, "declaration": false, "downlevelIteration": true,