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: lib/main/tsconfig/tsconfig.ts
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ interface CompilerOptions {
31
31
emitDecoratorMetadata?: boolean;// Experimental. Emits addition type information for this reflection API https://github.com/rbuckton/ReflectDecorators
32
32
forceConsistentCasingInFileNames?: boolean;
33
33
help?: boolean;
34
+
importHelpers?: boolean;
34
35
isolatedModules?: boolean;
35
36
inlineSourceMap?: boolean;
36
37
inlineSources?: boolean;
@@ -97,6 +98,7 @@ var compilerOptionsValidation: simpleValidator.ValidationInfo = {
0 commit comments