UNPKG

@serenity-js/rest

Version:

Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios

19 lines (18 loc) 347 B
{ "extends": "../../tsconfig-esm.options.json", "compilerOptions": { "module": "Node20", "moduleResolution": "Node16", "outDir": "esm", "rootDir": "src", "target": "es2022", "lib": [ "es2022" ], "skipLibCheck": true, "rewriteRelativeImportExtensions": true }, "include": [ "src/**/*.ts" ] }