diff --git a/README.md b/README.md index 5e525de..935e024 100644 --- a/README.md +++ b/README.md @@ -120,30 +120,13 @@ npmts looks for `.test/test.ts` which will be transpiled to test.js and run with Any errors will be shown with reference to their originating source in TypeScript thanks to autogenerated source maps. - -### Custom behaviour -Custom behaviour can be achieved through the npmts.json config file at the root of your package. -The file must be named **npmts.json** - -```json -{ - "mode":"custom", - "ts":{ - "./customdir/custom.ts":"./customcompiled.js" - }, - "typings":[ - "./customdir" - ] -} -``` - -* **mode** can be "default" or "custom" -* **ts** You can list as many TypeScript files as you like. The key represents the source TypeScript file, the value the output file. -* **typings** is an array of all direcories that have a typings.json present. Uses the new typings tool from npm. +## Example Usage in modules: +[gulp-typings](https://www.npmjs.com/package/gulp-typings) +[gulp-browser](https://www.npmjs.com/package/gulp-typings) > We will add more options over time. -### About the authors: +## About the authors: [![Project Phase](https://mediaserve.lossless.digital/lossless.com/img/createdby_github.svg)](https://lossless.com/) [![PayPal](https://img.shields.io/badge/Support%20us-PayPal-blue.svg)](https://paypal.me/lossless) \ No newline at end of file