Type definitions for xk6-filestorage extension
npm i @gwinkamp/types-xk6-filestorage
Add the following property to your tsconfig.json
:
{
"compilerOptions": {
...
"typeRoots": [
"node_modules/@gwinkamp/types-xk6-filestorage",
"node_modules/@types"
],
...
}
}