Move remaining .d.ts files to .ts (#5208)

* Update CRDT protobuf generation to create a .ts file

* Move remaining .d.ts files to .ts

* Fix remaining type errors

* Ignore .d.ts files so we don't accidentally use them in the future

* Add release notes
This commit is contained in:
Julian Dominguez-Schatz
2025-07-03 14:59:21 -04:00
committed by GitHub
parent c1d70722b8
commit 7b71374e79
15 changed files with 121 additions and 80 deletions

3
.gitignore vendored
View File

@@ -60,3 +60,6 @@ fly.toml
# TypeScript cache
build/
# .d.ts files aren't type-checked with skipLibCheck set to true
*.d.ts