mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
CODEBASE: Fix lint errors 1 (#1732)
This commit is contained in:
17
src/@types/global.d.ts
vendored
17
src/@types/global.d.ts
vendored
@@ -31,4 +31,21 @@ declare global {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* "loader" is not exposed in the public API.
|
||||
*/
|
||||
module "monaco-editor" {
|
||||
namespace languages {
|
||||
interface ILanguageExtensionPoint {
|
||||
loader: () => Promise<{
|
||||
language: {
|
||||
tokenizer: {
|
||||
root: any[];
|
||||
};
|
||||
};
|
||||
}>;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user