/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.4.2
internal/apps-script/tsconfig.json
23 строки
544 B
alex
Make templates first-class members of our monorepo (#6381)
04 июл 2025, 19:42
Не верифицирован
04 июл 2025, 19:42
a362c0a
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "downlevelIteration": true, "plugins": [{ "name": "next" }] }, "include": ["**/*.ts", "**/*.tsx"], "exclude": ["node_modules"], "references": [] }