From 35c74dad0cd8fc062e240122bbe68b95ec5655b3 Mon Sep 17 00:00:00 2001 From: cedoor Date: Thu, 21 Oct 2021 11:09:31 +0200 Subject: [PATCH] refactor: create src folder for types --- packages/types/{ => src}/index.ts | 0 packages/types/tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename packages/types/{ => src}/index.ts (100%) 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"] }