So this seem to work great, however, when I hover AppRouter, it's type any.
The root of the issue seems to be that typescript fails to resolve type in the unstable import such as : import('@trpc/server/dist/unstable-core-do-not-import').BuiltRouterimport('@trpc/server/dist/unstable-core-do-not-import').BuiltRouter
Is there anything I need to change in my tsconfig.json ?