chore(share): fix typecheck issues

pull/2222/head
Elian Doran 2025-06-09 22:31:14 +07:00
parent 8e73c5906d
commit 0ff8b7edd8
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

@ -4,14 +4,17 @@
"include": [],
"references": [
{
"path": "../../packages/highlightjs"
"path": "../../packages/share-theme"
},
{
"path": "../../packages/codemirror"
"path": "../../packages/highlightjs"
},
{
"path": "../../packages/commons"
},
{
"path": "../../packages/codemirror"
},
{
"path": "../../packages/ckeditor5"
},

@ -1,4 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
@ -9,7 +10,6 @@
"moduleResolution": "Node16",
"target": "ES2022",
"rootDir": "src",
"outDir": "lib/cjs",
"module": "Node16"
},
"include": ["src/**/*"]

@ -56,6 +56,9 @@
},
{
"path": "./packages/highlightjs"
},
{
"path": "./packages/share-theme"
}
]
}