From 2845db07533b639d698d065efa5c78f6557a90b2 Mon Sep 17 00:00:00 2001 From: dadepo Date: Mon, 19 Nov 2018 13:09:46 +0100 Subject: [PATCH] Update the README to include plugin configuration Related to https://github.com/sergeyt/karma-typescript-preprocessor/issues/72 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96071c9..08a1515 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ module.exports = function(config) { '**/*.ts': ['typescript'] }, + plugins: ['karma-typescript-preprocessor'], + typescriptPreprocessor: { // options passed to the typescript compiler options: {