Include and publish TypeScript definitions (#3370)

Definitions are a snapshot taken from `@types/sharp`,
which remain under the terms of MIT licensing.
This commit is contained in:
Espen Hovlandsdal
2023-01-16 02:48:37 -08:00
committed by GitHub
parent 286a322622
commit aa5f0f4e40
5 changed files with 2217 additions and 2 deletions

4
test/types/tsconfig.json Normal file
View File

@@ -0,0 +1,4 @@
{
"module": "commonjs",
"strict": true
}