2020-06-16 17:51:51 +02:00
|
|
|
{
|
2023-06-19 22:26:41 +02:00
|
|
|
"extends": "@tsconfig/react-native/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"baseUrl": "./src",
|
|
|
|
|
"paths": {
|
|
|
|
|
"@/*": [
|
|
|
|
|
"*"
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"types": [
|
|
|
|
|
"@types/styled-components-react-native",
|
|
|
|
|
"@types/node"
|
|
|
|
|
],
|
|
|
|
|
},
|
2020-06-16 17:51:51 +02:00
|
|
|
}
|