diff --git a/modules/eluna-ts-mod-skeleton/tsconfig.json b/modules/eluna-ts-mod-skeleton/tsconfig.json index 355954a..8d8df65 100644 --- a/modules/eluna-ts-mod-skeleton/tsconfig.json +++ b/modules/eluna-ts-mod-skeleton/tsconfig.json @@ -9,8 +9,8 @@ "moduleResolution": "node", "types": [ "lua-types/5.2", - "@azerothcore/eluna-ts-definitions", - "@azerothcore/eluna-ts-lib" + "eluna-ts-definitions", + "eluna-ts-lib" ], "typeRoots": [ "./node_modules/@types",