/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
internal/apps-script/tsconfig.json
23 строки
541 B
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, "isolatedModules": true, "types": ["node"], "jsx": "preserve", "incremental": true, "plugins": [{ "name": "next" }] }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"], "references": [] }