/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.2.4
internal/apps-script/tsconfig.json
22 строки
520 B
Mime Čuvalo
chore: resolve valid dependency peer warnings (#9303)
18 июн 2026, 19:09
Не верифицирован
18 июн 2026, 19:09
67b528f
Код
Авторство
О чём код?
{ "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, "isolatedModules": true, "jsx": "preserve", "incremental": true, "plugins": [{ "name": "next" }] }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"], "references": [] }