winston0410/camouflage

View on GitHub
benchmarks/tsconfig.json

Summary

Maintainability
Test Coverage
{
    "allowJs": true,
    "compilerOptions": {
        "lib": ["es2020", "dom"],
        "module": "commonjs",
        "target": "es2020",
        "strict": false,
        "esModuleInterop": true,
        "skipLibCheck": true,
        "forceConsistentCasingInFileNames": true
    }
}