Skip to content

Commit

Permalink
update tsconfig (#9)
Browse files Browse the repository at this point in the history
* update tsconfig

* Update README.md
  • Loading branch information
buehler authored Jul 19, 2016
1 parent 5b24c48 commit 00bf8b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Below is a list if extractors and loaders that are already implemented. Feel fre

Name | Description | Link
--------------------------------|--------------------------------------------------|-------------------------------------------------------
`proc-that-rest-extractor` | Extract objects from GET requests | https://github.com/buehler/proc-that-rest-extractor
`proc-that-rest-extractor` | Extract objects from GET requests | https://github.com/smartive/proc-that-rest-extractor

## Loaders

Name | Description | Link
--------------------------------|--------------------------------------------------|-------------------------------------------------------
`proc-that-elastic-loader` | Load transformed objects into elasticsearch | https://github.com/buehler/proc-that-elastic-loader
`proc-that-elastic-loader` | Load transformed objects into elasticsearch | https://github.com/smartive/proc-that-elastic-loader

## Implement your own

To ease up implementing your own extractors / transformers or loaders, just create a new repository and install `proc-that` as a dev-dependency. This package contains the needed definition files for the interfaces you need to create the extensions.
To ease up implementing your own extractors / transformers or loaders, just create a new repository and install `proc-that` as a dev-dependency. This package contains the needed definition files for the interfaces you need to create the extensions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
},
"exclude": [
"node_modules",
"build",
"typings/browser.d.ts",
"typings/browser"
"build"
]
}
}

0 comments on commit 00bf8b8

Please sign in to comment.