Fix include
This commit is contained in:
parent
fdbd45871a
commit
49f0169ee4
@ -3,7 +3,7 @@ module.exports = {
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ["./tsconfig.json"],
|
||||
project: ['./tsconfig.json'],
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
|
@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
presets: ['module:metro-react-native-babel-preset']
|
||||
presets: ['module:metro-react-native-babel-preset'],
|
||||
};
|
||||
|
@ -26,9 +26,15 @@
|
||||
"target": "esnext",
|
||||
"outDir": "lib"
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
"example",
|
||||
".eslintrc.js",
|
||||
".prettierrc.js",
|
||||
"babel.config.js",
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"babel.config.js",
|
||||
"jest.config.js"
|
||||
"lib"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user