mirror of
https://github.com/RPCSX/rpcsx-ui.git
synced 2026-01-31 01:05:23 +01:00
11 lines
161 B
JSON
11 lines
161 B
JSON
{
|
|
"compilerOptions": {},
|
|
"extends": "expo/tsconfig.base",
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".expo/types/**/*.ts",
|
|
"expo-env.d.ts"
|
|
]
|
|
}
|