/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.types.test.json
24 строки
570 B
Alexander Akait
test: measure the size of the code webpack generates (#21625)
07 авг 2026, 12:34
Не верифицирован
07 авг 2026, 12:34
55fd64b
Код
Авторство
О чём код?
{ "extends": "./tsconfig", "compilerOptions": { "strict": true, "types": ["node", "jest"] }, "include": [ "declarations.d.ts", "declarations/*.d.ts", "test/helpers/**/*.js", "test/**/webpack.config.js", "test/cases/**/*loader*.js", "test/watchCases/**/*loader*.js", "test/configCases/**/*loader*.js", "test/hotCases/**/*loader*.js", "test/*.size.js", "test/*.unittest.js", "test/*.basictest.js", "test/*.test.js", "test/*.longtest.js", "declarations.test.d.ts" ], "exclude": ["test/js/**/*"] }