mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
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:
committed by
GitHub
parent
c1d70722b8
commit
7b71374e79
3
.gitignore
vendored
3
.gitignore
vendored
@@ -60,3 +60,6 @@ fly.toml
|
||||
|
||||
# TypeScript cache
|
||||
build/
|
||||
|
||||
# .d.ts files aren't type-checked with skipLibCheck set to true
|
||||
*.d.ts
|
||||
|
||||
Reference in New Issue
Block a user