From de43eb05d2e43ab31effce3dcca62ad91a556b26 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 5 Oct 2025 16:42:02 -0700 Subject: Init --- .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