{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"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",
"{options.outputFile}"
"lintFilePatterns": [
"libs/web3/**/*.{ts,tsx,js,jsx}"
"test": {
"executor": "@nrwl/jest:jest",
"coverage/libs/web3"
"jestConfig": "libs/web3/jest.config.ts",
"passWithNoTests": true