From 0fd9fb097552686f2257c1aa689d797e80057bd1 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 19 Jul 2023 20:38:24 -0700 Subject: initial commit --- client/tsconfig.node.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/tsconfig.node.json (limited to 'client/tsconfig.node.json') diff --git a/client/tsconfig.node.json b/client/tsconfig.node.json new file mode 100644 index 0000000..494bfe0 --- /dev/null +++ b/client/tsconfig.node.json @@ -0,0 +1,9 @@ +{ + "compilerOptions": { + "composite": true, + "skipLibCheck": true, + "module": "ESNext", + "moduleResolution": "bundler" + }, + "include": ["vite.config.ts"] +} -- cgit v1.2.3-70-g09d2