diff --git a/libs/components/tsconfig.node.json b/libs/components/tsconfig.node.json index 61c424ba89..109450895a 100644 --- a/libs/components/tsconfig.node.json +++ b/libs/components/tsconfig.node.json @@ -5,5 +5,6 @@ "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true - } + }, + "include": [""] }