/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/desktop/tsconfig.base.json
35 строк
895 B
Ran Luo
feat(desktop): consume @muyajs/core in util files (markdownToHtml/pdf/dompurify/printService/sourceCode/icon) (#4402)
08 июн 2026, 12:54
Не верифицирован
08 июн 2026, 12:54
0706ee5
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "strict": true, "noImplicitOverride": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": false, "exactOptionalPropertyTypes": false, "useDefineForClassFields": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "isolatedModules": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "verbatimModuleSyntax": false, "allowJs": false, "checkJs": false, "noEmit": true, "paths": { "@/*": ["./src/renderer/src/*"], "common/*": ["./src/common/*"], "muya/*": ["../muyajs/*"], "@muyajs/core": ["./src/types/muya-core.d.ts"], "@shared/*": ["./src/shared/*"], "main_renderer/*": ["./src/main/*"] } } }