Commit 32da263 James Curtis
committed
1 parent b6265a5 commit 32da263 Copy full SHA for 32da263
File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ export * from './lib/components/checkbox/checkbox.component';
74
74
export * from './lib/components/code-editor/code-editor.module' ;
75
75
export * from './lib/components/code-editor/code-editor.component' ;
76
76
export * from './lib/components/code-editor/hint-completion.interface' ;
77
+ export * from './lib/components/code-editor/mustache' ;
77
78
78
79
export * from './lib/components/date-time/date-time.module' ;
79
80
export * from './lib/components/date-time/date-time.component' ;
Original file line number Diff line number Diff line change 4
4
"outDir" : " ../../../out-tsc/lib" ,
5
5
"target" : " es2015" ,
6
6
"declarationMap" : false ,
7
- "module" : " es2015" ,
8
7
"moduleResolution" : " node" ,
9
8
"declaration" : true ,
10
9
"sourceMap" : true ,
You can’t perform that action at this time.
0 commit comments