diff --git a/js/tsconfig.json b/js/tsconfig.json index 4d40354..10534e8 100644 --- a/js/tsconfig.json +++ b/js/tsconfig.json @@ -15,6 +15,7 @@ "declarationDir": "./dist-typings", "paths": { "flarum/*": ["../../../framework/core/js/dist-typings/*"], + "@flarum/core/*": ["../../../framework/core/js/dist-typings/*"], "flarum/flags/*": ["../../flags/js/dist-typings/*"] } }