From: jan-hecker <63288183+jan-hecker@users.noreply.github.com> Date: Sun, 26 Feb 2023 11:56:10 +0000 (+0100) Subject: Fix global d.ts file path X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ad939c10acec6112d0de6b4d5c345693c1b26a7e;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Fix global d.ts file path --- diff --git a/snippets/typescript/tsconfig.json b/snippets/typescript/tsconfig.json index 3d55b756..73bf6398 100644 --- a/snippets/typescript/tsconfig.json +++ b/snippets/typescript/tsconfig.json @@ -1,6 +1,6 @@ { "include": [ - "node_modules/@woltlab/wcf/global.d.ts", + "node_modules/@woltlab/wcf/ts/global.d.ts", "ts/**/*" ], "compilerOptions": { @@ -25,4 +25,4 @@ }, "importHelpers": true } -} \ No newline at end of file +}