Skip to content

Commit b41f3e4

Browse files
Adds tsconfigs
1 parent 46c0470 commit b41f3e4

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "../../tsconfig.base.json",
3+
"include": ["src/**/*", "**/test", "src/**/*.json"],
4+
"compilerOptions": {
5+
"noEmit": true
6+
}
7+
}

packages/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@
230230
{
231231
"path": "./sources/deep-blue"
232232
},
233+
{
234+
"path": "./sources/decibel-vault-adapter"
235+
},
233236
{
234237
"path": "./sources/deribit"
235238
},

packages/tsconfig.test.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@
230230
{
231231
"path": "./sources/deep-blue/tsconfig.test.json"
232232
},
233+
{
234+
"path": "./sources/decibel-vault-adapter/tsconfig.test.json"
235+
},
233236
{
234237
"path": "./sources/deribit/tsconfig.test.json"
235238
},

0 commit comments

Comments
 (0)