mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
13 lines
199 B
JSON
13 lines
199 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"../../packages/ui/src/i18n-d.d.ts",
|
|
"../../packages/ui/src/svg.d.ts"
|
|
]
|
|
}
|