From c8be5658bae95b94198dc00bd206ba324d9404e0 Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 27 Jun 2024 12:41:26 -0400 Subject: add frontend to repo --- react-frontend/tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 react-frontend/tsconfig.json (limited to 'react-frontend/tsconfig.json') diff --git a/react-frontend/tsconfig.json b/react-frontend/tsconfig.json new file mode 100644 index 0000000..ea9d0cd --- /dev/null +++ b/react-frontend/tsconfig.json @@ -0,0 +1,11 @@ +{ + "files": [], + "references": [ + { + "path": "./tsconfig.app.json" + }, + { + "path": "./tsconfig.node.json" + } + ] +} -- cgit v1.2.3