UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

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" ] }