chore: migrate to Angular 17 (#2538)

* chore: migrate to Angular 17

* chore: update
This commit is contained in:
Alex Inkin
2023-12-11 18:06:55 +04:00
committed by GitHub
parent 0469aab433
commit ea6f70e3c5
15 changed files with 2688 additions and 2768 deletions

View File

@@ -4,6 +4,6 @@
"compilerOptions": {
"baseUrl": "./"
},
"files": ["src/main.ts", "src/polyfills.ts"],
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
}