Skip to content

Commit 104f163

Browse files
committed
build: exclude integration tests from tsconfig
1 parent 445c51f commit 104f163

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
@@ -9,5 +9,6 @@
99
"types": [],
1010
"noEmit": true,
1111
"forceConsistentCasingInFileNames": true
12-
}
12+
},
13+
"exclude": ["integrationTests/*/**"]
1314
}

0 commit comments

Comments
 (0)