diff --git a/ponyracer/README.md b/ponyracer/README.md index b96b079..aad4bf9 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.5. +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.6. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index bca6c1a..ece9afa 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "^17.0.5", - "@angular/cli": "^17.0.5", + "@angular-devkit/build-angular": "^17.0.6", + "@angular/cli": "^17.0.6", "@angular/compiler-cli": "^17.0.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.1.0", diff --git a/ponyracer/tsconfig.json b/ponyracer/tsconfig.json index d4dff01..d006102 100644 --- a/ponyracer/tsconfig.json +++ b/ponyracer/tsconfig.json @@ -9,17 +9,18 @@ "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, "esModuleInterop": true, "sourceMap": true, "declaration": false, "experimentalDecorators": true, "moduleResolution": "node", - "importHelpers": true, "paths": { "ponyracer-lib": [ "./dist/ponyracer-lib" ] }, + "importHelpers": true, "target": "ES2022", "module": "ES2022", "useDefineForClassFields": false,