Skip to content

Commit 79a8637

Browse files
author
Shailesh Pachbhai
committed
feat: remove node to fix build error
1 parent 5bb6f48 commit 79a8637

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"types": ["jest", "node"],
99
"skipLibCheck": true
1010
},
11-
"include": ["./src/**/*.ts"],
12-
"exclude": ["node_modules"]
11+
"include": ["./src/**/*.ts"]
1312
}

0 commit comments

Comments
 (0)