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": ["./**/*"] }