mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-16 18:55:44 -06:00
14 lines
270 B
JSON
14 lines
270 B
JSON
{
|
|
"extends": "@react-native/typescript-config",
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/node_modules", "**/Pods"],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"jsx": "react-native",
|
|
"types": ["jest", "node"],
|
|
"skipLibCheck": true
|
|
}
|
|
}
|