mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 07:53:47 +00:00

The idea is to reduce number of separate files and imports for them to make it easier on compiler. Unfortunately so far the gains are not as big as we hoped but this change can be a base towards reducing direct dependency on typeModels to that we can avoid recompiling them. Because of that we try to avoid importing them directly and theoretically we could reduce it even more.
8 lines
No EOL
127 B
TypeScript
Vendored
8 lines
No EOL
127 B
TypeScript
Vendored
/**
|
|
* Type declarations for libraries that do not come with them
|
|
*/
|
|
|
|
|
|
declare module 'squire-rte' {
|
|
export default Squire;
|
|
} |