Skip to content

Commit

Permalink
Remove NX from API client lib (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens authored Jan 16, 2025
1 parent eb464b5 commit 7c28838
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 82 deletions.
18 changes: 0 additions & 18 deletions libs/api-client/.eslintrc.json

This file was deleted.

8 changes: 2 additions & 6 deletions libs/api-client/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# api-client
# API client

This library was generated with [Nx](https://nx.dev).

## Running unit tests

Run `nx test api-client` to execute the unit tests via [Jest](https://jestjs.io).
Types, schemas and fetch functions generated from the back-end OpenAPI schema.
11 changes: 0 additions & 11 deletions libs/api-client/jest.config.ts

This file was deleted.

11 changes: 11 additions & 0 deletions libs/api-client/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "api-client",
"version": "0.1.0",
"description": "Types, schemas and fetch functions generated from the back-end OpenAPI schema.",
"scripts": {
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"license": "EUPL-1.2",
"private": true,
"type": "module"
}
9 changes: 0 additions & 9 deletions libs/api-client/project.json

This file was deleted.

20 changes: 4 additions & 16 deletions libs/api-client/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "ES2015",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-jsx",
"resolveJsonModule": true,
"strict": true,
"noImplicitOverride": true,
"noPropertyAccessFromIndexSignature": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}
}
10 changes: 0 additions & 10 deletions libs/api-client/tsconfig.lib.json

This file was deleted.

9 changes: 0 additions & 9 deletions libs/api-client/tsconfig.spec.json

This file was deleted.

2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
packages:
- 'libs/form-builder'
- 'libs/form-renderer'
- 'libs/ui'
- 'libs/*'
- 'apps/*'

0 comments on commit 7c28838

Please sign in to comment.