/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.103.0
tsconfig.module.test.json
15 строк
337 B
alexander-akait
fix: `strict` types
11 мар 2025, 17:20
11 мар 2025, 17:20
c1c085d
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "module": "esnext", "lib": ["es2017", "dom"], "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "moduleResolution": "node", "types": ["node", "./module"], "esModuleInterop": true }, "include": ["hot/**/*", "test/typesCases/**/*"] }