/
githubmirror
/
quartz
Обзор
Документация
Войти
/
githubmirror
/
quartz
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5
tsconfig.json
28 строк
756 B
Emile Bangma
feat(v5): add plugin system (#2295)
14 мар 2026, 20:10
Не верифицирован
14 мар 2026, 20:10
ab346fa
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["esnext", "DOM", "DOM.Iterable"], "experimentalDecorators": true, "module": "esnext", "target": "esnext", "moduleResolution": "node", "strict": true, "incremental": true, "resolveJsonModule": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "noUnusedLocals": true, "noUnusedParameters": true, "esModuleInterop": true, "jsx": "react-jsx", "jsxImportSource": "preact" }, "include": ["quartz/**/*.ts", "quartz/**/*.tsx", "*.ts", "*.tsx", "./package.json"], "exclude": [ "build/**/*.d.ts", ".quartz/**/src/**", ".quartz/**/test/**", "node_modules/**", "quartz/cli/tui/**" ] }