From d0bd843caa1f9234d71b8308224341a326309a2c Mon Sep 17 00:00:00 2001 From: Marco Falkenberg Date: Wed, 18 Dec 2024 08:19:02 +0100 Subject: [PATCH] chore: setup idea for probably faster TS inspection (#1083) --- .idea/Flow - mittwald Design System.iml | 7 +++++-- .idea/compiler.xml | 5 +++-- .idea/nx-console.xml | 6 ++++++ 3 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 .idea/nx-console.xml diff --git a/.idea/Flow - mittwald Design System.iml b/.idea/Flow - mittwald Design System.iml index 3409b4078..936994d8d 100644 --- a/.idea/Flow - mittwald Design System.iml +++ b/.idea/Flow - mittwald Design System.iml @@ -2,10 +2,13 @@ - - + + + + + diff --git a/.idea/compiler.xml b/.idea/compiler.xml index d785dcdea..95ce32a2b 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,7 +1,8 @@ - \ No newline at end of file diff --git a/.idea/nx-console.xml b/.idea/nx-console.xml new file mode 100644 index 000000000..e122236a0 --- /dev/null +++ b/.idea/nx-console.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file