From 8b5b3dd00cc16c351670a25933f4b37a604abaf8 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 11 May 2025 23:42:35 +0200 Subject: Initial commit --- client/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/tsconfig.json (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json new file mode 100644 index 0000000..1ffef60 --- /dev/null +++ b/client/tsconfig.json @@ -0,0 +1,7 @@ +{ + "files": [], + "references": [ + { "path": "./tsconfig.app.json" }, + { "path": "./tsconfig.node.json" } + ] +} -- cgit