We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbb468 commit 853e2caCopy full SHA for 853e2ca
examples/basic/tsconfig.json
@@ -2,8 +2,6 @@
2
"extends": "expo/tsconfig.base",
3
"compilerOptions": {
4
"strict": true,
5
- "allowJs": false,
6
- "module": "NodeNext",
7
- "moduleResolution": "NodeNext"
+ "allowJs": false
8
}
9
examples/cookbook/tsconfig.json
@@ -2,6 +2,8 @@
- "allowJs": false
+ "allowJs": false,
+ "module": "NodeNext",
+ "moduleResolution": "NodeNext"
0 commit comments