From fdd03c7e70ec0c762e23c6f399cb7ff60c72e776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ca=C5=82ka?= <25438601+rafaucau@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:07:46 +0100 Subject: [PATCH] docs(2.0): update tsconfig paths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3053d..4cebe4d 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you are using TypeScript, add the following path to your [tsconfig.json](http "extends": "flarum-tsconfig", "compilerOptions": { "paths": { - "@acpl-mobile-tab": [ + "ext:acpl/mobile-tab/forum": [ "./vendor/acpl/mobile-tab/js/dist-typings/index.d.ts" ] }