Fixes typedoc & updates pipelines to test website

This commit is contained in:
Henning Dieterichs 2025-11-07 16:53:52 +01:00
parent 422d19e3d6
commit 31416aac58
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
3 changed files with 21 additions and 11 deletions

View file

@ -1,8 +1,10 @@
{
"compilerOptions": {
"module": "CommonJS",
"skipLibCheck": true
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strict": true
},
"include": ["../../out/monaco-editor/esm/vs/editor/editor.api.d.ts"],
"include": ["../../out/monaco-editor/esm/vs/editor/editor.main.d.ts"],
"exclude": ["theme"]
}