Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 108ed5f

Browse files
committed
Base test tsconfig on node tsconfig.
1 parent 54b1d46 commit 108ed5f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tsconfig.node.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"include": [
2727
"src/**/*",
28+
"contracts/**/*",
2829
// quick-lru is esm, need to transpile :/
2930
"node_modules/quick-lru/index.js"
3031
]

tsconfig.test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"include": ["src/**/*", "contracts/**/*", "test/**/*"],
2+
"extends": "./tsconfig.node.json",
3+
"include": ["test/**/*"],
44
"exclude": ["node_modules", "dist", "test/legacy/*"]
55
}

0 commit comments

Comments
 (0)