/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.103.0
tsconfig.json
25 строк
511 B
Alexander Akait
refactor: examples (#20085)
04 ноя 2025, 18:22
Не верифицирован
04 ноя 2025, 18:22
196e19e
Код
Авторство
О чём код?
{ "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", "examples/*.js", "examples/**/webpack.config.js", "examples/**/test.filter.js" ] }