Quellcode durchsuchen

build: use strict ts mode

Igor Perzic vor 1 Jahr
Ursprung
Commit
63ad8be43d
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -7,7 +7,8 @@
     "resolveJsonModule": true,
     "noUnusedLocals": false,
     "skipLibCheck": true,
-    "lib": ["DOM"]
+    "lib": ["DOM"],
+    "strict": true,
   },
   "include": ["./src/**/*", "config.ts"]
 }