Files
jellyfin-audio-player/tsconfig.json
T

15 lines
275 B
JSON
Raw Normal View History

2020-06-16 17:51:51 +02:00
{
2026-01-25 19:04:55 +01:00
"extends": "@react-native/typescript-config",
2023-06-19 22:26:41 +02:00
"compilerOptions": {
2026-01-29 14:19:24 +01:00
"types": ["jest", "node"],
2023-06-19 22:26:41 +02:00
"baseUrl": "./src",
"paths": {
"@/*": [
"*"
],
},
},
2026-01-25 19:04:55 +01:00
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
2020-06-16 17:51:51 +02:00
}