mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	chore(share): fix typecheck issues
This commit is contained in:
		| @@ -3,14 +3,17 @@ | ||||
|   "files": [], | ||||
|   "include": [], | ||||
|   "references": [ | ||||
|     { | ||||
|       "path": "../../packages/share-theme" | ||||
|     }, | ||||
|     { | ||||
|       "path": "../../packages/highlightjs" | ||||
|     }, | ||||
|     { | ||||
|       "path": "../../packages/codemirror" | ||||
|       "path": "../../packages/commons" | ||||
|     }, | ||||
|     { | ||||
|       "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" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user