Ignore benchmark in tsconfig
This commit is contained in:
parent
a51022f802
commit
bf5cf8b094
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"include": ["src", "test"],
|
||||
"exclude": ["test/benchmark"],
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "commonjs",
|
||||
|
|
Reference in New Issue