You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ These files support metadata tags in the format `// @metaDataName: value`. The
87
87
*`comments`, `sourcemap`, `noimplicitany`, `declaration`: `true` or `false` (corresponds to the compiler command-line options of the same name)
88
88
*`target`: `ES3`, `ES5`, `ES6`, `ES2015`, or `ES7` (same as compiler)
89
89
*`outFile`, `out`, `outDir`: path (same as compiler)
90
-
*`module`: `local`, `commonjs`, or `amd`, `umd`, `system`, `es6` (local corresponds to not passing any compiler `--module` flag)
90
+
*`module`: `local`, `commonjs`, or `amd`, `umd`, `system`, `es6` (`local` corresponds to not passing any compiler `--module` flag)
91
91
*`fileName`: path
92
92
* These tags delimit sections of a file to be used as separate compilation units. They are useful for tests relating to modules. See below for examples.
0 commit comments