Skip to content

Commit 13d0eb9

Browse files
run yarn new-tsconfig (#3918)
1 parent 1aa2e41 commit 13d0eb9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@
419419
{
420420
"path": "./sources/harris-and-trotter"
421421
},
422+
{
423+
"path": "./sources/hashnote"
424+
},
422425
{
423426
"path": "./sources/icap"
424427
},
@@ -527,6 +530,9 @@
527530
{
528531
"path": "./sources/onchain-gas"
529532
},
533+
{
534+
"path": "./sources/onre"
535+
},
530536
{
531537
"path": "./sources/openexchangerates"
532538
},

packages/tsconfig.test.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@
419419
{
420420
"path": "./sources/harris-and-trotter/tsconfig.test.json"
421421
},
422+
{
423+
"path": "./sources/hashnote/tsconfig.test.json"
424+
},
422425
{
423426
"path": "./sources/icap/tsconfig.test.json"
424427
},
@@ -527,6 +530,9 @@
527530
{
528531
"path": "./sources/onchain-gas/tsconfig.test.json"
529532
},
533+
{
534+
"path": "./sources/onre/tsconfig.test.json"
535+
},
530536
{
531537
"path": "./sources/openexchangerates/tsconfig.test.json"
532538
},

0 commit comments

Comments
 (0)