/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.105.0
tsconfig.json
25 строк
527 B
Alexander Akait
refactor: update eslint configuration
16 дек 2025, 15:58
Не верифицирован
16 дек 2025, 15:58
0c06680
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2017", "module": "commonjs", "lib": ["es2017", "dom", "es2022.error"], "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" ] }