mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-16 18:12:24 +01:00
* EDITOR: Tweak typescript language server configuration to match use. - We allow importing files with `.ts`/`.tsx` extensions. - We use an file-at-a-time transpiler, so we don't support features that require understanding the full type system. - We use the classic `React.createElement` transform.