From ad9c2429def17cd73d0cc22837ef278abcd4f64a Mon Sep 17 00:00:00 2001 From: Daniel Andreas Wang Date: Thu, 12 Mar 2026 18:31:40 +0100 Subject: first commit --- 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