Skip to content

Commit db35b92

Browse files
committed
Try something different to fix tests
1 parent dc7c0f1 commit db35b92

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.yarn/install-state.gz

-16 Bytes
Binary file not shown.

projects/ngx-file-uploader/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"inlineSources": true,
1212
"experimentalDecorators": true,
1313
"importHelpers": true,
14-
"types": [],
14+
"types": ["jasmine", "node"],
1515
"lib": ["dom", "es2018"]
1616
},
1717
"angularCompilerOptions": {

0 commit comments

Comments
 (0)