Skip to content

Commit

Permalink
last fix before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Braun committed Oct 3, 2018
1 parent 0a1d303 commit 63c18e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ I conceived the module so we can easily make it into a service and inject it in

Here a simple example:

```
```ts
import { Container, Service } from 'typedi';
import Vue from 'vue';

Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
/* Experimental Options */
"experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,
"allowJs": true,

"lib": ["es2015", "dom"]
// "types": [],
Expand Down

0 comments on commit 63c18e9

Please sign in to comment.