mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
20 lines
360 B
JSON
20 lines
360 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"target": "es2017",
|
|
"downlevelIteration": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types",
|
|
"./src/types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"App.tsx",
|
|
"index.ts",
|
|
"assets/**/*.svg"
|
|
]
|
|
}
|