mirror of
https://github.com/OpenBankProject/OBP-TypeScript.git
synced 2026-02-06 10:48:07 +00:00
REFACTOR: packaging and example
This commit is contained in:
parent
1ffbbcddf8
commit
e17ff88b0c
@ -95,7 +95,7 @@ const clientConfig: APIClientConfig = {
|
||||
type: "STRING",
|
||||
description: "description",
|
||||
alias: "STRING",
|
||||
can_be_seen_on_views: ["bank"],
|
||||
can_be_seen_on_views: ["owner"],
|
||||
is_active: true,
|
||||
};
|
||||
console.log(
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"build": "tsc --declaration && tsc-alias",
|
||||
"test": "jest --setupFiles dotenv/config",
|
||||
"lint": "yarn prettier --w . && yarn eslint src __tests__"
|
||||
"lint": "prettier --w . && eslint src __tests__"
|
||||
},
|
||||
"dependencies": {
|
||||
"global": "^4.4.0",
|
||||
|
||||
@ -6,6 +6,7 @@
|
||||
"outDir": "dist",
|
||||
"baseUrl": "src",
|
||||
"resolveJsonModule": true,
|
||||
"declaration": true,
|
||||
"paths": {
|
||||
"*": ["node_modules/*"]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user