浏览代码

tslint fix

sanex3339 8 年之前
父节点
当前提交
9aeea2a2b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/container/ServiceIdentifiers.ts

+ 1 - 1
src/container/ServiceIdentifiers.ts

@@ -1,4 +1,4 @@
-export const ServiceIdentifiers = {
+export const ServiceIdentifiers: any = {
     'Factory<ICalleeDataExtractor>': Symbol('Factory<ICalleeDataExtractor>'),
     'Factory<IControlFlowReplacer>': Symbol('Factory<IControlFlowReplacer>'),
     'Factory<ICustomNode>': Symbol('Factory<ICustomNode>'),