mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-05 13:46:59 +00:00
12 lines
260 B
JSON
12 lines
260 B
JSON
{
|
|
"extends": "@react-native/typescript-config",
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/node_modules", "**/Pods"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"react-native-omni": ["../src"]
|
|
}
|
|
}
|
|
} |