leonitousconforti/tinyburg

View on GitHub
packages/window/config/heft.json

Summary

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