scottohara/loot

View on GitHub
cypress/tsconfig.json

Summary

Maintainability
Test Coverage
{
    "extends": "../tsconfig.json",
    "compilerOptions": {
        // Type Checking

        // Modules
        "baseUrl": "../",
        "paths": {
            "~*": ["cypress/*"]
        },
        "types": ["cypress", "node"]

        // Emit

        // JavaScript Support

        // Editor Support

        // Interop Constraints

        // Backwards Compatibility

        // Language and Environment

        // Compiler Diagnostics

        // Projects

        // Output Formatting

        // Completeness

        // Command Line

        // Watch Options
    },
    "exclude": ["node_modules"]
}