/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.hot.json
14 строк
283 B
Alexander Akait
build: upgrade typescript to v6 (#20982)
19 май 2026, 23:56
Не верифицирован
19 май 2026, 23:56
f8076be
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2015", "module": "commonjs", "lib": ["es2015", "dom"], "types": ["*"], "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "esModuleInterop": true }, "include": ["module.d.ts", "hot/*.js"] }