Ignore benchmark in tsconfig

This commit is contained in:
dapplion 2020-12-01 00:01:48 +00:00
parent a51022f802
commit bf5cf8b094
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"include": ["src", "test"],
"exclude": ["test/benchmark"],
"compilerOptions": {
"target": "esnext",
"module": "commonjs",