Skip to content

Commit

Permalink
update types (#48)
Browse files Browse the repository at this point in the history
* chore: update API types

* feat: add service to read some project settings

* chore: remove unneeded deps, update tsconfig
  • Loading branch information
arnoerpenbeck committed Jul 8, 2024
1 parent b0729af commit 3a3855c
Show file tree
Hide file tree
Showing 12 changed files with 1,295 additions and 698 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ node_modules
dist/
.nvmrc
.eslintrc.cjs
jest.config.cjs
jest.setup.cjs
src/fft-api/types/typescript-fetch-client/
6 changes: 0 additions & 6 deletions jest.config.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/* eslint-disable @typescript-eslint/no-var-requires */
const { join } = require('path');
const dotenv = require('dotenv');

dotenv.config({ path: join(__dirname, '.env.local') });

module.exports = {
displayName: 'Tests - fulfillmenttools TypeScript SDK',
moduleDirectories: ['node_modules', 'src'],
Expand Down
Loading

0 comments on commit 3a3855c

Please sign in to comment.