From ad939c10acec6112d0de6b4d5c345693c1b26a7e Mon Sep 17 00:00:00 2001 From: jan-hecker <63288183+jan-hecker@users.noreply.github.com> Date: Sun, 26 Feb 2023 12:56:10 +0100 Subject: [PATCH] Fix global d.ts file path --- snippets/typescript/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.20.1