react-native-video/examples/basic/tsconfig.json

12 lines
274 B
JSON
Raw Normal View History

2022-04-23 14:23:10 -06:00
{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"paths": {
"react-native-video": ["../../src/index"],
"react": ["./node_modules/@types/react"]
}
},
"include": ["src", "**/*.js"],
"exclude": ["node_modules"]
}