UNPKG

lightweight-browser-load-tester

Version:

A lightweight load testing tool using real browsers for streaming applications with DRM support

14 lines 208 B
{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["vitest/globals", "node"] }, "include": [ "src/**/*", "**/*.test.ts" ], "exclude": [ "node_modules", "dist" ] }