From 7cbd472faa2c1a240de8c99a6e1c25d92b2748e7 Mon Sep 17 00:00:00 2001
From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de>
Date: Sat, 14 Sep 2024 16:31:46 +0200
Subject: [PATCH] Move /frontend/tsconfig.json to /

TypeScript 5.6 did things to loading this config, and running `webpack` from the
root breaks.  Sigh.
---
 frontend/tsconfig.json => tsconfig.json | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename frontend/tsconfig.json => tsconfig.json (100%)

diff --git a/frontend/tsconfig.json b/tsconfig.json
similarity index 100%
rename from frontend/tsconfig.json
rename to tsconfig.json
-- 
GitLab