UNPKG

@team23/design-system

Version:

A set of (S)CSS Rules for basic styling that should be a common base for all projects in TEAM23 SE.

57 lines (56 loc) 1.65 kB
{ "name" : "theme", "$schema" : "../node_modules/nx/schemas/project-schema.json", "projectType" : "library", "sourceRoot" : "libs/theme/src", "prefix" : "ui", "targets" : { "build" : { "executor" : "@nrwl/angular:package", "outputs" : [ "{workspaceRoot}/dist/{projectRoot}" ], "options" : { "project" : "libs/theme/ng-package.json" }, "configurations" : { "production" : { "tsConfig" : "libs/theme/tsconfig.lib.prod.json" }, "development" : { "tsConfig" : "libs/theme/tsconfig.lib.json" } }, "defaultConfiguration" : "production" }, "test" : { "executor" : "@nrwl/jest:jest", "outputs" : [ "{workspaceRoot}/coverage/{projectRoot}" ], "options" : { "jestConfig" : "libs/theme/jest.config.ts", "passWithNoTests" : true }, "configurations" : { "ci" : { "ci" : true, "codeCoverage" : true } } }, "lint" : { "executor" : "@nrwl/linter:eslint", "outputs" : [ "{options.outputFile}" ], "options" : { "lintFilePatterns" : [ "libs/theme/**/*.ts", "libs/theme/**/*.html" ] } } }, "tags" : [] }