We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4a602 commit 21adddbCopy full SHA for 21adddb
1 file changed
expoConfig/tsconfig.json
@@ -5,7 +5,8 @@
5
"skipLibCheck": true,
6
"esModuleInterop": true,
7
"resolveJsonModule": true,
8
- "allowSyntheticDefaultImports": true
+ "allowSyntheticDefaultImports": true,
9
+ "types": ["node"]
10
},
11
"include": ["src"]
12
}
0 commit comments