From ae423876ba339c0b2b9c610d2bf7797e620827c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Wed, 8 Feb 2017 16:41:58 +0100 Subject: [PATCH] Added reference for what declaration is --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e2303e..6fac8eb 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ nightly versions. ### useTranspileModule (boolean) (default=false)* -Use fast `transpileModule` emit mode. Disables automatically when you set `declaration: true`. +Use fast `transpileModule` emit mode. Disables automatically when you set compilerOption `declaration: true` ([reference](https://www.typescriptlang.org/docs/handbook/compiler-options.html)). ### instance *(string) (default='at-loader')*