Skip to content

Commit 7205670

Browse files
committed
chore(type): nodenext for portfolio-contract
1 parent d7d76aa commit 7205670

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/portfolio-contract/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"extends": "../../tsconfig.json",
3-
"compilerOptions": {},
3+
"compilerOptions": {
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext",
6+
},
47
"include": [
58
"src",
69
"test",

0 commit comments

Comments
 (0)