mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-02-08 23:28:58 -06:00
14 lines
262 B
JSON
14 lines
262 B
JSON
{
|
|
"extends": "@react-native/typescript-config",
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/node_modules", "**/Pods"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"jsx": "react-native",
|
|
"types": ["jest"],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|