Skip to content

Commit 6a746cc

Browse files
author
Erik Soehnel
committed
fix benchmark tsconfig
It did include the docs app.
1 parent 7bdd0b1 commit 6a746cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"skipLibCheck": true
1010
},
1111
"include": ["**/*.ts"],
12-
"exclude": ["cases/paseri/src/*.ts"]
12+
"exclude": ["cases/paseri/src/*.ts", "docs"]
1313
}

0 commit comments

Comments
 (0)