From b2ab472a677a22f8300b5beb061f426ad35e2a6a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 1 Jul 2025 12:38:35 -0700 Subject: Build local ci exec --- .ci/tsconfig.json | 15 +++++++++++++++ 1 file changed, 15 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..58e9147 --- /dev/null +++ b/.ci/tsconfig.json @@ -0,0 +1,15 @@ +{ + "extends": "../tsconfig.json", + "compilerOptions": { + "outDir": "./dist", + "rootDir": "./", + "composite": true, + "declaration": true, + "declarationMap": true, + "sourceMap": true, + "noEmit": false + }, + "include": ["**/*.ts"], + "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"], + "references": [{ "path": "../u" }, { "path": "../model" }] +} -- cgit v1.2.3-70-g09d2