NuvioStreaming/tsconfig.json
2025-08-07 01:36:24 +05:30

10 lines
194 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"jsx": "react-jsx",
"esModuleInterop": true,
"target": "es2017",
"downlevelIteration": true
}
}