12 lines
259 B
JSON
Raw Normal View History

2022-04-23 22:23:10 +02:00
{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"paths": {
"react-native-video": ["../../src/index"],
"react": ["./node_modules/@types/react"]
}
},
"jsx": "react",
"exclude": ["node_modules"]
}