From 667684def03ebdbf6282a8a22d537d4ba8e98fa2 Mon Sep 17 00:00:00 2001 From: qucchia Date: Wed, 27 Jul 2022 17:48:12 +0200 Subject: [PATCH] Move tsconfig.json --- typescript/tsconfig.json => tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename typescript/tsconfig.json => tsconfig.json (85%) diff --git a/typescript/tsconfig.json b/tsconfig.json similarity index 85% rename from typescript/tsconfig.json rename to tsconfig.json index 1148c67c1..db3db1fc3 100644 --- a/typescript/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "strict": true, - "typeRoots": ["./types"] + "typeRoots": ["./typescript/types"] }, - "include": ["../apps/**/*", "./**/*"] + "include": ["./**/*"] }