feat: add basic error factory
This commit is contained in:
parent
ce239dd724
commit
a8ac9d5638
7 changed files with 1128 additions and 0 deletions
9
tsconfig.json
Normal file
9
tsconfig.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"extends": "@tsconfig/node-lts",
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"outDir": "lib",
|
||||
"rootDir": "src"
|
||||
},
|
||||
"files": ["src/index.ts"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue