From 5e4d41d1dfeaaeca731b3c5496377214ec6e557f Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 26 Oct 2024 12:10:47 +0100 Subject: bootstrap project --- tsconfig.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tsconfig.json (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..66b5e57 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,11 @@ +{ + "files": [], + "references": [ + { + "path": "./tsconfig.node.json" + }, + { + "path": "./tsconfig.app.json" + } + ] +} -- cgit v1.2.3-70-g09d2