another attempt at fixing reflect-metadata issue

This commit is contained in:
Art Lowel
2017-05-04 15:47:47 +02:00
parent 1b1b742717
commit b9de162e00
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import "reflect-metadata";
import { GenericConstructor } from "../../shared/generic-constructor";
import { CacheableObject } from "../object-cache.reducer";

2
src/typings.d.ts vendored
View File

@@ -78,3 +78,5 @@ declare module "*.json" {
const value: any;
export default value;
}
declare module "reflect-metadata";