updated files
This commit is contained in:
parent
f61d1aa0c3
commit
dd27f3bf2c
50 changed files with 54 additions and 7 deletions
17
libs/types/tsconfig.json
Normal file
17
libs/types/tsconfig.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"declaration": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||
"references": [
|
||||
{ "path": "../api-client" },
|
||||
{ "path": "../config" },
|
||||
{ "path": "../event-bus" },
|
||||
{ "path": "../http-client" },
|
||||
{ "path": "../utils" },
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue