From 112d0461fa6354ec720ffb7dedd809076ab27320 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Wed, 28 May 2025 08:58:13 +0900 Subject: [PATCH] moved decralation.d.ts to src directory. --- declaration.d.ts => src/declaration.d.ts | 0 tsconfig.json | 1 - 2 files changed, 1 deletion(-) rename declaration.d.ts => src/declaration.d.ts (100%) diff --git a/declaration.d.ts b/src/declaration.d.ts similarity index 100% rename from declaration.d.ts rename to src/declaration.d.ts diff --git a/tsconfig.json b/tsconfig.json index 3137818..bbf4960 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -68,7 +68,6 @@ }, "include": [ "src/**/*", - "./declaration.d.ts", "./node_modules/@kintone/dts-gen/kintone.d.ts" ] }