refactor: convert screenshot support to TypeScript
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"allowJs": true,
|
||||
"checkJs": false,
|
||||
"noEmit": true,
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
||||
"types": []
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.js"]
|
||||
|
||||
Reference in New Issue
Block a user