Skip to content

Commit

Permalink
fix types import
Browse files Browse the repository at this point in the history
  • Loading branch information
ThWoywod committed Apr 2, 2018
1 parent 8d83781 commit 37021fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Channel.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Buffer } from "Buffer";
import { QueueService } from './QueueService';
import { container, TYPES } from "./Container";

Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"experimentalDecorators": true,
"strictNullChecks": true,
"moduleResolution": "node",
"typeRoots": [ "node_modules/@types" ],
"types": ["jasmine", "node"]
"typeRoots": [ "node_modules/@types" ]
},
"exclude": ["node_modules", "**/*.spec.ts"]
}

0 comments on commit 37021fc

Please sign in to comment.