Fix include

This commit is contained in:
Marc Rousavy
2021-02-20 17:09:57 +01:00
parent fdbd45871a
commit 49f0169ee4
3 changed files with 10 additions and 4 deletions

View File

@@ -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"
]
}