/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
packages/devlow-bench/tsconfig.json
13 строк
249 B
Will Binns-Smith
Remove `turbopack/packages` and relocate devlow to `packages/` (#96860)
07 авг 2026, 06:39
Не верифицирован
07 авг 2026, 06:39
286169a
Код
Авторство
О чём код?
{ "compilerOptions": { "strict": true, "target": "ES2022", "module": "NodeNext", "rootDir": "src", "types": ["node"], "outDir": "dist", "declaration": true, "declarationDir": "dist" }, "include": ["src/**/*"] }