/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/muya/tsconfig.json
31 строка
882 B
Ran Luo
chore(muya): align packages/muya conventions with desktop + doc cleanup (#4450)
11 июн 2026, 06:49
Не верифицирован
11 июн 2026, 06:49
db095b5
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "lib": ["ES2020", "DOM", "DOM.Iterable"], "useDefineForClassFields": true, "experimentalDecorators": true, /* Output */ "rootDir": "src", "module": "ESNext", /* Bundler mode */ "moduleResolution": "bundler", "resolveJsonModule": true, "allowImportingTsExtensions": true, /* Linting */ "strict": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noUnusedLocals": true, "noUnusedParameters": true, "noEmit": true, "outDir": "lib/types", "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "isolatedModules": true, "skipLibCheck": true, "noErrorTruncation": true }, "include": ["src"] }