diff --git a/tsconfig.json b/tsconfig.json index 8b991a7..9f12c56 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,6 +14,6 @@ "isolatedModules": true, "forceConsistentCasingInFileNames": true }, - "include": ["src"], + "include": ["src", "test/crypto.test.ts", "test/identity.test.ts", "test/packet.test.ts", "test/parser.test.ts"], "exclude": ["node_modules", "dist", "test"] }