From 4546bd6986e360edc8eb222ad7ed28a8e8e58d5d Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Tue, 18 Jun 2024 17:52:50 +0200 Subject: [PATCH] feat: add root tsconfig --- tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 000000000..304b99d52 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,5 @@ +{ + "parserOptions": { + "project": "./frontend/tsconfig.json", + }, +} \ No newline at end of file