diff --git a/common/hellcooling/config/tsconfig.json b/common/hellcooling/config/tsconfig.json index 4dec0f9..75dc5fe 100644 --- a/common/hellcooling/config/tsconfig.json +++ b/common/hellcooling/config/tsconfig.json @@ -9,10 +9,19 @@ "noEmit": true, "jsx": "react", "paths": { - "@hh/*": ["/Users/alyxia/Documents/gitrepos/hh3/types/*"], - "@hh/ext/*": ["/Users/alyxia/Documents/gitrepos/hh3/ext/*"] + "@hh/*": [ + "/Users/alyxia/Documents/gitrepos/hh3/types/*", + "/Users/alyxia/Documents/Installations/hh3/types/*" + ], + "@hh/ext/*": [ + "/Users/alyxia/Documents/gitrepos/hh3/ext/*", + "/Users/alyxia/Documents/Installations/hh3/ext/*" + ] }, - "typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"] + "typeRoots": [ + "/Users/alyxia/Documents/gitrepos/hh3/types", + "/Users/alyxia/Documents/Installations/hh3/types" + ] }, "include": ["./ext/**/*", "./global.d.ts"] }