This commit is contained in:
2023-01-20 12:29:32 +08:00
parent 40fae1c7c0
commit 0b2d9e3efd
23 changed files with 271 additions and 150 deletions

11
src/shims.d.ts vendored
View File

@@ -3,14 +3,3 @@ declare module "*.md" {
const Component: ComponentOptions
export default Component
}
declare global {
let monaco: Monaco
interface Window {
monaco: Monaco
}
}
interface Window {
monaco: Monaco
}