Use timezone object
[GitHub/WoltLab/WCF.git] / .eslintrc.js
index 305506d8f8c449feaca3b67bd535720c04f5a855..1c0a031b46ec79c034ceee018b277194254534cf 100644 (file)
@@ -3,7 +3,10 @@ module.exports = {
   parser: "@typescript-eslint/parser",
   parserOptions: {
     tsconfigRootDir: __dirname,
-    project: ["./tsconfig.json"]
+    project: [
+      "./tsconfig.json",
+      "./ts/WoltLabSuite/WebComponent/tsconfig.json"
+    ]
   },
   plugins: ["@typescript-eslint"],
   extends: [