mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 00:51:20 +00:00
12 lines
229 B
JSON
12 lines
229 B
JSON
|
|
{
|
||
|
|
"extends": "expo/tsconfig.base",
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true,
|
||
|
|
"paths": {
|
||
|
|
"@/*": ["./src/*"],
|
||
|
|
"@assets/*": ["./assets/*"]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
|
||
|
|
}
|