Revision 05d7d6bb121ad743175c200dcac0de0cd5db550a authored by Wesley Wigham on 19 August 2022, 09:25:41 UTC, committed by GitHub on 19 August 2022, 09:25:41 UTC
* Unify default import resolution across specifier target codepaths

* Use differing type aliases, per request
1 parent cb63d46
Raw File
.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