{ "root": "libs/web3", "sourceRoot": "libs/web3/src", "projectType": "library", "tags": [], "targets": { "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 } } } }