Fix global d.ts file path
authorjan-hecker <63288183+jan-hecker@users.noreply.github.com>
Sun, 26 Feb 2023 11:56:10 +0000 (12:56 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Feb 2023 11:56:10 +0000 (12:56 +0100)
snippets/typescript/tsconfig.json

index 3d55b75694dc1cb43fee5820c914d09977ca0487..73bf63985e3950fbba4c4c8352bd379415309547 100644 (file)
@@ -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
+}