feat: fully managed, encrypted staking keys
[crowdnode.js/.git] / tsconfig.json
index 36b3c9e7e043abd5799806bde51460d6ecf7f82a..348b8f6fd3b7bcd62bc63fb5ce941f84d30da3db 100644 (file)
@@ -71,6 +71,6 @@
     "skipLibCheck": true /* Skip type checking of declaration files. */,
     "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
   },
-  "include": ["./types.js", "server.js", "lib/**/*.js"],
+  "include": ["./types.js", "server.js", "bin/**/*.js", "lib/**/*.js"],
   "exclude": ["node_modules"]
 }