diff --git a/packages/types/index.ts b/packages/types/src/index.ts similarity index 100% rename from packages/types/index.ts rename to packages/types/src/index.ts diff --git a/packages/types/tsconfig.json b/packages/types/tsconfig.json index 62e57da..0a300d6 100644 --- a/packages/types/tsconfig.json +++ b/packages/types/tsconfig.json @@ -5,5 +5,5 @@ "emitDeclarationOnly": true, "outDir": "dist" }, - "include": ["./index.ts"] + "include": ["src"] }