From b96aa4bafbcfd8eeb941a40e5a37105015af66d4 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 1 Nov 2023 10:07:12 +0000 Subject: [PATCH] chore: version 17.0.0-rc.3 --- ponyracer/package.json | 4 ++-- ponyracer/tsconfig.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ponyracer/package.json b/ponyracer/package.json index e73c20259..421d156d1 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "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/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index 8c8330b71..994784bbb 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,