UNPKG

@kcinternals/heft-web-rig

Version:
37 lines (35 loc) 923 B
/** * Defines configuration used by core Heft. */ { // "$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/rushstack/main/apps/heft/src/schemas/heft.schema.json", "phasesByName": { "build": { "cleanFiles": [ { "includeGlobs": ["lib-css", "dist"] } ], "tasksByName": { "sass-typings": { "taskPlugin": { "pluginPackage": "@rushstack/heft-sass-plugin" } }, "typescript": { "taskDependencies": ["sass-typings"], "taskPlugin": { "pluginPackage": "@rushstack/heft-typescript-plugin" } }, "eslint": { "taskDependencies": ["typescript"], "taskPlugin": { "pluginPackage": "@rushstack/heft-lint-plugin" } } } } } }