Skip to content

Commit 133aa1d

Browse files
committed
build(lib): add jasmine to types
1 parent a3c2d3f commit 133aa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ngx-testing/tsconfig.lib.json

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

0 commit comments

Comments
 (0)