mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 00:04:22 +02:00
prettier
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export async function loadThemes(monaco: any): Promise<void> {
|
||||
export async function loadThemes(monaco: { editor: any }): Promise<void> {
|
||||
monaco.editor.defineTheme("monokai", {
|
||||
base: "vs-dark",
|
||||
inherit: true,
|
||||
|
||||
Reference in New Issue
Block a user