diff --git a/ponyracer/README.md b/ponyracer/README.md index 7a40706a..d4e35078 100644 --- a/ponyracer/README.md +++ b/ponyracer/README.md @@ -1,6 +1,6 @@ # Ponyracer -This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.3.9. +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.3.10. ## Development server diff --git a/ponyracer/package.json b/ponyracer/package.json index 7028252b..65e580df 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -32,8 +32,8 @@ "tslib": "^2.3.0" }, "devDependencies": { - "@angular/build": "^20.3.9", - "@angular/cli": "^20.3.9", + "@angular/build": "^20.3.10", + "@angular/cli": "^20.3.10", "@angular/compiler-cli": "^20.3.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.9.0", diff --git a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json index 0feea88e..077fdc2e 100644 --- a/ponyracer/projects/ponyracer-lib/tsconfig.spec.json +++ b/ponyracer/projects/ponyracer-lib/tsconfig.spec.json @@ -9,6 +9,7 @@ ] }, "include": [ - "src/**/*.ts" + "src/**/*.d.ts", + "src/**/*.spec.ts" ] }