# https://taskfile.dev version: '3' vars: GREETING: Hello, World! tasks: 'test:types': tsd docs: cmds: - jsdoc -c jsdoc.json -t ./node_modules/better-docs src/index.js src/Updux.js