• Robert Knight's avatar
    Include all .d.ts files in src/types/ in main tsconfig.json · 9171b4db
    Robert Knight authored
     - Include all src/types/*.d.ts files when typechecking with the main
       tsconfig.json config. Previously some of these were only included
       when using tsconfig.no-any.json.
    
     - Update our custom types for lodash.debounce to support arguments.
       This is needed by some of the `Thread*` components. I added the
       `leading` and `trailing` options for completeness, though we don't
       use them anywhere.
    
     - Add missing types in debounced callbacks in ThreadCard. These are now
       required due to the previous change.
    9171b4db
Name
Last commit
Last update
..
components Loading commit data...
config Loading commit data...
helpers Loading commit data...
services Loading commit data...
store Loading commit data...
test Loading commit data...
util Loading commit data...
cross-origin-rpc.js Loading commit data...
icons.js Loading commit data...
index.js Loading commit data...
markdown-commands.js Loading commit data...
media-embedder.js Loading commit data...
render-markdown.js Loading commit data...
search-client.js Loading commit data...
service-context.js Loading commit data...
websocket.js Loading commit data...