16 lines
229 B
JSON
16 lines
229 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
],
|
|
"tailwind.config": [
|
|
"./tailwind.config.js"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"extends": "expo/tsconfig.base"
|
|
} |