chore: extend root tsconfig in expo example and fix eslint ignore
This commit is contained in:
parent
2dec5fc4bc
commit
cca0ea14be
@ -35,6 +35,6 @@ export default defineConfig([
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: ['node_modules/', 'lib/', 'docs/', 'jest.setup.js', 'expo-example/.expo/'],
|
||||
ignores: ['node_modules/', 'lib/', 'docs/', 'jest.setup.js', 'example/**/.expo/'],
|
||||
},
|
||||
]);
|
||||
|
||||
@ -1,13 +1,5 @@
|
||||
{
|
||||
"extends": "expo/tsconfig.base",
|
||||
"compilerOptions": {
|
||||
"strict": true,
|
||||
"paths": {
|
||||
"@lodev09/react-native-true-sheet": ["../src/index"],
|
||||
"@lodev09/react-native-true-sheet/reanimated": ["../src/reanimated/index"],
|
||||
"@lodev09/react-native-true-sheet/navigation": ["../src/navigation/index"]
|
||||
}
|
||||
},
|
||||
"extends": ["expo/tsconfig.base", "../../tsconfig.json"],
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user