We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bf663 commit 4e1a4f7Copy full SHA for 4e1a4f7
README.md
@@ -704,26 +704,6 @@ grunt.initConfig({
704
});
705
````
706
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
716
-grunt.initConfig({
717
- ts: {
718
- default: {
719
- options: {
720
- module: "amd"
721
- }
722
723
724
-});
725
726
727
#### newLine
728
729
````javascript
0 commit comments