diff options
Diffstat (limited to 'vid-webpack-master/src/tsconfig.spec.json')
-rw-r--r-- | vid-webpack-master/src/tsconfig.spec.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/vid-webpack-master/src/tsconfig.spec.json b/vid-webpack-master/src/tsconfig.spec.json index ac22a298a..1861aa2c3 100644 --- a/vid-webpack-master/src/tsconfig.spec.json +++ b/vid-webpack-master/src/tsconfig.spec.json @@ -6,11 +6,21 @@ "module": "commonjs", "types": [ "jasmine", - "node" + "node", + "jest" + ] + }, + "paths": { + "@angular/*" : [ + "../node_modules/@angular/*" + ], + "rxjs/*" : [ + "../node_modules/rxjs/*" ] }, "files": [ - "test.ts" + "test.ts", + "polyfills.ts" ], "include": [ "**/*.spec.ts", |