@ -4,5 +4,11 @@
"lib": {
"entryFile": "src/public-api.ts"
},
"allowedNonPeerDependencies": ["@abp/ng.theme.shared", "@abp/ng.components"]
"allowedNonPeerDependencies": [
"@abp/ng.theme.shared",
"@abp/ng.components",
"@abp/ng.setting-management",
"@toast-ui/editor",
"codemirror"
]
}
@ -72,7 +72,6 @@ export class ToastuiEditorComponent implements AfterViewInit, ControlValueAccess
el: this.editorContainer.nativeElement,
previewStyle: 'tab',
height: '500px',
autofocus: true,
theme: theme,
initialValue: this.value,
});
@ -11,6 +11,7 @@
],
"compilerOptions": {
"target": "es2020"
"target": "es2020",
"skipLibCheck": true