{ "name": "twenty-shared", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "packages/twenty-shared/src", "projectType": "library", "tags": ["scope:shared"], "targets": { "build": { "dependsOn": ["^build"], "outputs": ["{options.outputPath}"], "options": { "outputPath": "{projectRoot}/dist" } }, "typecheck": {}, "test": {}, "lint": { "options": { "lintFilePatterns": [ "{projectRoot}/src/**/*.{ts,tsx,json}", "{projectRoot}/package.json" ], "reportUnusedDisableDirectives": "error" }, "configurations": { "fix": {} } }, "fmt": { "options": { "files": "src" }, "configurations": { "fix": {} } } } }