aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.build.json
diff options
context:
space:
mode:
authornetop://ウィビ <paul@webb.page>2026-04-26 19:45:07 -0700
committernetop://ウィビ <paul@webb.page>2026-04-26 19:45:07 -0700
commitfd2eee1c18760320f27171dc13c5f5d7f2718067 (patch)
tree062aaf1e8895b71f2717faf26cf1eb4ebe96c4d3 /tsconfig.build.json
parentcbc9a7d577e9e09945b461e3ce1e7ad5bbc9fedd (diff)
downloaduchu-fd2eee1c18760320f27171dc13c5f5d7f2718067.tar.gz
uchu-fd2eee1c18760320f27171dc13c5f5d7f2718067.zip
adds type filesHEADprimary
Diffstat (limited to '')
-rw-r--r--tsconfig.build.json13
1 files changed, 13 insertions, 0 deletions
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"
+ ]
+}