From 941cd2cb0ff2b9f40c424f3b36d59064e1e8fdb9 Mon Sep 17 00:00:00 2001 From: "houston[bot]" Date: Sun, 10 Aug 2025 16:30:08 -0700 Subject: Initial commit --- .ci/tsconfig.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .ci/tsconfig.json (limited to '.ci/tsconfig.json') diff --git a/.ci/tsconfig.json b/.ci/tsconfig.json new file mode 100644 index 0000000..b157060 --- /dev/null +++ b/.ci/tsconfig.json @@ -0,0 +1,16 @@ +{ + "include": ["**/*.ts"], + "compilerOptions": { + "module": "ESNext", + "outDir": "./dist", + "rootDir": "./", + "composite": true, + "declaration": true, + "declarationMap": true, + "sourceMap": true, + "noEmit": false, + "moduleResolution": "node" + }, + "exclude": ["node_modules", "dist", "**/*.d.ts"], + "references": [] +} -- cgit v1.2.3-70-g09d2