From d4791f3d357634daf506fb8f91cc5332a794c421 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 20 Jun 2025 14:53:38 -0700 Subject: Move to nodejs --- server/tsconfig.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 server/tsconfig.json (limited to 'server/tsconfig.json') diff --git a/server/tsconfig.json b/server/tsconfig.json new file mode 100644 index 0000000..58e9147 --- /dev/null +++ b/server/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