Skip to content

Commit 7caf14b

Browse files
committed
exclude test folder
1 parent 6038439 commit 7caf14b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"noUnusedParameters": true,
2222
"noFallthroughCasesInSwitch": true
2323
},
24-
"include": ["src", "declarations.d.ts"]
24+
"include": ["src", "declarations.d.ts"],
25+
"exclude": ["test"]
2526
}

0 commit comments

Comments
 (0)