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 6d5f6e4 commit 5afaab8Copy full SHA for 5afaab8
packages/concatjs/internal/tsc_wrapped/tsconfig.ts
@@ -38,11 +38,18 @@ export interface BazelOptions {
38
googmodule: boolean;
39
40
/**
41
+ * DEPRECATED. being replaced by devmode.
42
* If true, emit devmode output into filename.js.
43
* If false, emit prodmode output into filename.mjs.
44
*/
45
es5Mode: boolean;
46
47
+ /**
48
+ * If true, emit devmode output into filename.js.
49
+ * If false, emit prodmode output into filename.mjs.
50
+ */
51
+ devmode: boolean;
52
+
53
/** If true, convert TypeScript code into a Closure-compatible variant. */
54
tsickle: boolean;
55
0 commit comments