소스 검색

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>'),