Skip to content

Commit 21adddb

Browse files
committed
chore: add node types to expoConfig tsconfig
1 parent 0c4a602 commit 21adddb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

expoConfig/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"skipLibCheck": true,
66
"esModuleInterop": true,
77
"resolveJsonModule": true,
8-
"allowSyntheticDefaultImports": true
8+
"allowSyntheticDefaultImports": true,
9+
"types": ["node"]
910
},
1011
"include": ["src"]
1112
}

0 commit comments

Comments
 (0)