lmarqs/cypress-rollup-preprocessor

View on GitHub
tsconfig.json

Summary

Maintainability
Test Coverage
{
  "compilerOptions": {
    "baseUrl": ".",
    "lib": ["esnext"],
    "module": "commonjs",
    "strict": true,
    "esModuleInterop": true
  },
  "exclude": ["dist"],
  "include": ["src"]
}