Skip to content

Commit 191dffa

Browse files
author
Loïc Mangeonjean
committed
clean: remove useless types
1 parent bd2fb00 commit 191dffa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/types.d.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,2 @@
11
declare const VSCODE_VERSION: string
22
declare const VSCODE_REF: string
3-
4-
declare module '*.wasm' {
5-
const url: string
6-
export default url
7-
}
8-
9-
declare module '*.html' {
10-
const content: string
11-
export default content
12-
}

0 commit comments

Comments
 (0)