leonitousconforti/tinyburg

View on GitHub
apps/archivist/config/heft.json

Summary

Maintainability
Test Coverage
{
    "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft.schema.json",
    "phasesByName": {
        "build": {
            "cleanFiles": [{ "sourcePath": "dist" }],
            "tasksByName": {
                "typescript": {
                    "taskPlugin": {
                        "pluginPackage": "@rushstack/heft-typescript-plugin"
                    }
                },
                "lint": {
                    "taskDependencies": ["typescript"],
                    "taskPlugin": {
                        "pluginPackage": "@rushstack/heft-lint-plugin"
                    }
                }
            }
        }
    }
}