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 bfd11a4 commit 9f667c3Copy full SHA for 9f667c3
projects/code-editor/ng-package.json
@@ -3,5 +3,9 @@
3
"dest": "../../dist/code-editor",
4
"lib": {
5
"entryFile": "public-api.ts"
6
- }
+ },
7
+ "allowedNonPeerDependencies": [
8
+ "@codemirror/theme-one-dark",
9
+ "codemirror"
10
+ ]
11
}
projects/code-editor/public-api.ts
@@ -2,4 +2,5 @@
2
* Public API Surface of code-editor
*/
+export * from './code-editor-module';
export * from './code-editor';
0 commit comments