api-coverage-tracker
Version:
A universal library for tracking API coverage against OpenAPI/Swagger specifications from URL or local file. Supports Axis, Fetch, Playwright and manual registry of the responses
29 lines (28 loc) • 446 B
JSON
{
"compilerOptions": {
"module": "nodenext",
"target": "esnext",
"checkJs": true,
"moduleResolution": "nodenext",
// "strict": true,
"resolveJsonModule": true,
"baseUrl": ".",
"paths": {
"@pages/*": [
"pages/*"
],
"@fixtures/*": [
"fixtures/*"
],
"@utils/*": [
"utils/*"
]
}
},
"include": [
"."
],
"exclude": [
"node_modules"
]
}