Skip to content

Commit eeaba36

Browse files
committed
edit example
1 parent 1f7b813 commit eeaba36

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

example/tsconfig.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"compilerOptions": {
3+
"allowJs": true,
4+
"allowSyntheticDefaultImports": true,
5+
"esModuleInterop": true,
6+
"isolatedModules": true,
7+
"jsx": "react",
8+
"lib": [
9+
"es6"
10+
],
11+
"moduleResolution": "node",
12+
"noEmit": true,
13+
"strict": true,
14+
"target": "esnext"
15+
},
16+
"exclude": [
17+
"node_modules",
18+
"babel.config.js",
19+
"metro.config.js",
20+
"jest.config.js"
21+
],
22+
"extends": "expo/tsconfig.base"
23+
}

0 commit comments

Comments
 (0)