diff --git a/packages/ui/tsconfig.json b/packages/ui/tsconfig.json index 611bdf9..872af7e 100644 --- a/packages/ui/tsconfig.json +++ b/packages/ui/tsconfig.json @@ -24,7 +24,7 @@ "@xtablo/ui/*": ["./src/*"], } }, - "include": ["."], + "include": ["src"], "exclude": ["node_modules", "dist"], "references": [ { "path": "../shared" }