Skip to content

Commit 4e1a4f7

Browse files
committed
remove duplicated module section
1 parent 63bf663 commit 4e1a4f7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -704,26 +704,6 @@ grunt.initConfig({
704704
});
705705
````
706706

707-
#### module
708-
709-
````javascript
710-
"amd" (default) | "commonjs" | ""
711-
````
712-
713-
Specifies if TypeScript should emit AMD or CommonJS-style external modules. Has no effect if internal modules are used.
714-
715-
````javascript
716-
grunt.initConfig({
717-
ts: {
718-
default: {
719-
options: {
720-
module: "amd"
721-
}
722-
}
723-
}
724-
});
725-
````
726-
727707
#### newLine
728708

729709
````javascript

0 commit comments

Comments
 (0)