/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/dotcom/client/tsconfig.json
35 строк
1 KB
Mime Čuvalo
chore: cut over to TypeScript 7 (#9752)
10 авг 2026, 18:34
Не верифицирован
10 авг 2026, 18:34
6ee2eda
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ESNext"], "target": "esnext", "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "noUncheckedSideEffectImports": false, "isolatedModules": true, "jsx": "preserve", "jsxImportSource": "react", "incremental": true, "experimentalDecorators": true, "types": ["vitest/globals"] }, "include": ["**/*.ts", "**/*.tsx", "zero.config.ts"], "exclude": ["node_modules", "_archive"], "references": [ { "path": "../../../packages/assets" }, { "path": "../../../packages/commenting" }, { "path": "../../../packages/dotcom-shared" }, { "path": "../../../packages/mermaid" }, { "path": "../../../packages/sync" }, { "path": "../../../packages/sync-core" }, { "path": "../../../packages/tldraw" }, { "path": "../../../packages/utils" }, { "path": "../../../packages/validate" } ] }