hoist deps

This commit is contained in:
Fredrik Jensen 2025-12-06 17:57:41 +01:00
parent 48a68aef25
commit 60dee5e724

View File

@ -1,7 +1,7 @@
{
"functions": {
"index.ts": {
"includeFiles": "{components,../library/dist,node_modules/react,node_modules/react-dom,../../node_modules/react,../../node_modules/react-dom}/**/*"
"includeFiles": "{components,../library/dist,node_modules,../../node_modules}/**/*"
}
}
}