{ "root": "libs/web3", "sourceRoot": "libs/web3/src", "projectType": "library", "tags": [], "targets": { "build": { "executor": "@nrwl/web:rollup", "outputs": ["{options.outputPath}"], "options": { "outputPath": "dist/libs/web3", "tsConfig": "libs/web3/tsconfig.lib.json", "project": "libs/web3/package.json", "entryFile": "libs/web3/src/index.ts", "external": ["react/jsx-runtime"], "rollupConfig": "@nrwl/react/plugins/bundle-rollup", "compiler": "babel", "assets": [ { "glob": "libs/web3/README.md", "input": ".", "output": "." } ] } }, "lint": { "executor": "@nrwl/linter:eslint", "outputs": ["{options.outputFile}"], "options": { "lintFilePatterns": ["libs/web3/**/*.{ts,tsx,js,jsx}"] } }, "test": { "executor": "@nrwl/jest:jest", "outputs": ["coverage/libs/web3"], "options": { "jestConfig": "libs/web3/jest.config.js", "passWithNoTests": true } } } }