{ "name": "shared-tokens", "$schema": "../../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "libs/shared/tokens/src", "projectType": "library", "tags": ["scope:shared", "type:shared"], "targets": { "build": { "executor": "@nx/js:tsc", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/libs/shared/tokens", "main": "libs/shared/tokens/src/index.ts", "tsConfig": "libs/shared/tokens/tsconfig.lib.json", "assets": ["libs/shared/tokens/*.md"] } } } }