@gwinkamp/types-xk6-filestorage
v1.0.0
Published
Type definitions for [xk6-filestorage extension](https://github.com/Gwinkamp/types-xk6-filestorage)
Downloads
3
Readme
Types for xk6-filestorage
Type definitions for xk6-filestorage extension
Install
npm i @gwinkamp/types-xk6-filestorage
Usage
Add the following property to your tsconfig.json
:
{
"compilerOptions": {
...
"typeRoots": [
"node_modules/@gwinkamp/types-xk6-filestorage",
"node_modules/@types"
],
...
}
}