/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/dotcom/zero-cache/tsconfig.json
23 строки
613 B
Mime Čuvalo
chore: make our ts-lib config consistent (#8058)
21 фев 2026, 20:09
Не верифицирован
21 фев 2026, 20:09
a6e749b
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ESNext", "lib": ["DOM", "DOM.Iterable", "ESNext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "Bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "jsxImportSource": "react", "incremental": true, "plugins": [{ "name": "next" }] }, "include": ["**/*.ts", "**/*.tsx", "src/tla/layouts/TlaAnonLayout", "zero.config.ts"], "exclude": ["node_modules", "_archive"], "references": [] }