|
{
|
|
"extends": "@tsconfig/react-native/tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"types": ["node"],
|
|
"paths": {
|
|
"#/*": ["./src/*"],
|
|
"lib/*": ["./src/lib/*"],
|
|
"platform/*": ["./src/platform/*"],
|
|
"state/*": ["./src/state/*"],
|
|
"view/*": ["./src/view/*"]
|
|
}
|
|
}
|
|
}
|