updated config files and starting work on utils lib
This commit is contained in:
parent
8e218cb802
commit
25d9f2dd85
20 changed files with 900 additions and 9 deletions
|
|
@ -1,4 +1,9 @@
|
|||
{
|
||||
"extends": "../../tsconfig.lib.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"references": [{ "path": "../logger" }, { "path": "../utils" }]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue