/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.100.2
tsconfig.json
22 строки
419 B
Alexander Akait
fix: no `object` types and less `any` types
02 апр 2025, 19:02
Не верифицирован
02 апр 2025, 19:02
e911f52
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2017", "module": "commonjs", "lib": ["es2017", "dom"], "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "types": ["node"], "esModuleInterop": true }, "include": [ "declarations.d.ts", "declarations/*.d.ts", "schemas/**/*.json", "bin/*.js", "lib/**/*.js", "tooling/**/*.js", "setup/**/*.js" ] }