From fd2eee1c18760320f27171dc13c5f5d7f2718067 Mon Sep 17 00:00:00 2001 From: "netop://ウィビ" Date: Sun, 26 Apr 2026 19:45:07 -0700 Subject: adds type files --- tsconfig.build.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tsconfig.build.json (limited to 'tsconfig.build.json') diff --git a/tsconfig.build.json b/tsconfig.build.json new file mode 100644 index 0000000..cba89ac --- /dev/null +++ b/tsconfig.build.json @@ -0,0 +1,13 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "noEmit": false, + "declaration": true, + "emitDeclarationOnly": true, + "outDir": "dist" + }, + "include": [ + "src/index.ts", + "src/colors.ts" + ] +} -- cgit v1.2.3