Skip to content

Commit cfd4296

Browse files
skarimojirikuncar
andauthored
dont distribute tests directory (#547)
Co-authored-by: Jiri Kuncar <[email protected]>
1 parent 59cdb42 commit cfd4296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"noLib": false,
2525
"lib": ["es5", "es6", "es7"]
2626
},
27-
"exclude": ["dist", "examples", "features", "node_modules"],
27+
"exclude": ["dist", "examples", "features", "node_modules", "tests"],
2828
"filesGlob": ["./**/*.ts"]
2929
}

0 commit comments

Comments
 (0)