{
"name": "network-info",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/network-info/src",
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["libs/network-info/**/*.{ts,tsx,js,jsx}"]
}
},
"test": {
"executor": "@nx/jest:jest",
"outputs": ["{workspaceRoot}/coverage/libs/network-info"],
"jestConfig": "libs/network-info/jest.config.ts",
"passWithNoTests": true
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
"build-spec": {
"executor": "nx:run-commands",
"outputs": [],
"command": "yarn tsc --project ./libs/network-info/tsconfig.spec.json"