X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=tsconfig.json;h=348b8f6fd3b7bcd62bc63fb5ce941f84d30da3db;hb=1fad82bec4432ddd0516d1db4b15f6de1f938acf;hp=36b3c9e7e043abd5799806bde51460d6ecf7f82a;hpb=0c7a9f49334a3c111f731d8d5ca0a9bd569ffea3;p=crowdnode.js%2F.git 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"] }