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