UNPKG

@serenity-js/core

Version:

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

18 lines (17 loc) 296 B
{ "extends": "../../tsconfig.build.json", "compilerOptions": { "module": "CommonJS", "moduleResolution": "Node", "outDir": "lib", "rootDir": "src", "target": "es2022", "lib": [ "es2022" ], "skipLibCheck": true }, "include": [ "src/**/*.ts" ] }