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