https://github.com/Microsoft/TypeScript
Raw File
Tip revision: 74db34e87c5e34fb2e8d18d2a58aeb1a8bdffbfb authored by Sheetal Nandi on 03 February 2023, 00:20:06 UTC
Store tracked symbols when caching type so that it is handled by declaration emitter to add imports
Tip revision: 74db34e
.editorconfig

root = true

[{src,scripts}/**.{ts,json,js}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
back to top