Skip to content

Commit 51cb7ca

Browse files
committed
chore: exclude example test ts files from compilation
1 parent 365b484 commit 51cb7ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"node_modules",
1515
"lib/common/node_modules",
1616
"scratch",
17-
"coverage"
17+
"coverage",
18+
"resources/test"
1819
]
1920
}

0 commit comments

Comments
 (0)