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

13 lines
327 B
JSON
Raw Permalink Normal View History

2022-04-23 14:23:10 -06:00
{
"rootDir": "./src",
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"paths": {
"react-native-video": ["../../src/index"],
2024-06-25 00:55:32 -06:00
"react-native-video-plugin-sample": ["../react-native-video-plugin-sample/src/index"],
}
},
"jsx": "react",
"exclude": ["node_modules"]
}