Merge branch 'master' of https://github.com/WoltLab/WCF
[GitHub/WoltLab/WCF.git] / tsconfig.json
index 43ea08f90cd6af640abba55d75f7d9f52a1771ad..a40399002204665e4736ba35591859f4d8e05e5a 100644 (file)
@@ -1,13 +1,13 @@
 {
   "include": [
     "global.d.ts",
-    "wcfsetup/install/files/ts/**/*"
+    "ts/**/*"
   ],
   "compilerOptions": {
     "allowJs": true,
     "target": "es2017",
     "module": "amd",
-    "rootDir": "wcfsetup/install/files/ts/",
+    "rootDir": "ts/",
     "outDir": "wcfsetup/install/files/js/",
     "lib": [
       "dom",