Split the TypeScript proejcts
authorAlexander Ebert <ebert@woltlab.com>
Tue, 9 Aug 2022 13:03:56 +0000 (15:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 12 Aug 2022 19:25:55 +0000 (21:25 +0200)
ts/WoltLabSuite/WebComponent/tsconfig.json
tsconfig.json
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-brand.js
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-icon.js

index a0ee454cacb14be5b2ebbcfd4fb48d30ca4b978d..682d29cfa4414c213ed6738bd9439176e77775e6 100644 (file)
@@ -7,6 +7,7 @@
     "exclude": [],
     "compilerOptions": {
         "composite": false,
-        "module": "ES2020"
+        "module": "ES2020",
+        "strict": true
     }
 }
index c73c71fc03af5495902abd3ebe831b4f628f099d..210bbec9dd688240b40911484966162ac5cccc2c 100644 (file)
@@ -6,11 +6,6 @@
   "exclude": [
     "ts/WoltLabSuite/WebComponent/*.ts"
   ],
-  "references": [
-    {
-      "path": "ts/WoltLabSuite/WebComponent"
-    }
-  ],
   "compilerOptions": {
     "allowJs": true,
     "target": "es2019",
index b2e2bafdcf8ec99079453416a0b701208f88701a..455e957092fd5b0f660926a5faeaf84b282a0bc7 100644 (file)
@@ -1,3 +1,4 @@
+"use strict";
 (() => {
     const HeightMap = new Map([
         [16, 14],
index 3e13561b82316af4c0863fe44cf9338cc1866988..82e11bc684b1a73632c9ba082b558cf9d71c2fe0 100644 (file)
@@ -1,3 +1,4 @@
+"use strict";
 (() => {
     const HeightMap = new Map([
         [16, 14],