Skip to content

Commit dc6708c

Browse files
committed
fix: exclude tests from build and update node requirement
1 parent 9f15936 commit dc6708c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ for (let i = 0; i < 10000; i++) {
492492

493493
**Minimum Requirements:**
494494

495-
- ✅ Node.js 10.4.0+ (BigInt support)
495+
- ✅ Node.js 11.0.0+ (BigInt and TextEncoder support)
496496
- ✅ Chrome 67+
497497
- ✅ Firefox 68+
498498
- ✅ Safari 14+

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"noPropertyAccessFromIndexSignature": false
3333
},
3434
"include": ["src/**/*"],
35-
"exclude": ["node_modules", "lib", "tests", "examples"]
35+
"exclude": ["node_modules", "lib", "tests", "examples", "**/*.test.ts"]
3636
}

0 commit comments

Comments
 (0)