Ver código fonte

build: use strict ts mode

Igor Perzic 1 ano atrás
pai
commit
63ad8be43d
1 arquivos alterados com 2 adições e 1 exclusões
  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"]
 }