18 lines
296 B
JSON
18 lines
296 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "bundler",
|
|
"module": "esnext",
|
|
"target": "es2022",
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"App.tsx",
|
|
"src",
|
|
"tests"
|
|
],
|
|
"extends": "expo/tsconfig.base"
|
|
}
|