Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 8bab544

Browse files
authored
Merge pull request #368 from abergs/patch-1
Added reference for what declaration flag is
2 parents d4ef30a + ae42387 commit 8bab544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ nightly versions.
118118

119119
### useTranspileModule (boolean) (default=false)*
120120

121-
Use fast `transpileModule` emit mode. Disables automatically when you set `declaration: true`.
121+
Use fast `transpileModule` emit mode. Disables automatically when you set compilerOption `declaration: true` ([reference](https://www.typescriptlang.org/docs/handbook/compiler-options.html)).
122122

123123
### instance *(string) (default='at-loader')*
124124

0 commit comments

Comments
 (0)