X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=blobdiff_plain;f=tsconfig.json;h=348b8f6fd3b7bcd62bc63fb5ce941f84d30da3db;hp=36b3c9e7e043abd5799806bde51460d6ecf7f82a;hb=f36ed50398c3eb09c6ffb5ceac7d14eb68a37bcd;hpb=6c06b4c913594232113849006c8158b0eb1a8e86 diff --git a/tsconfig.json b/tsconfig.json index 36b3c9e..348b8f6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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"] }