feat: changed folder name to FabricExample
This commit is contained in:
12
examples/FabricExample/tsconfig.json
Normal file
12
examples/FabricExample/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
// prettier-ignore
|
||||
{
|
||||
"extends": "@tsconfig/react-native/tsconfig.json", /* Recommended React Native TSConfig base */
|
||||
"compilerOptions": {
|
||||
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
||||
"paths": {
|
||||
"react-native-video": ["../../Video.js"]
|
||||
},
|
||||
/* Completeness */
|
||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user