/
githubmirror
/
jest
Обзор
Документация
Войти
/
githubmirror
/
jest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.json
27 строк
722 B
Svyatoslav Zaytsev
chore!: drop support for node.js version 16 (#15623)
27 май 2025, 02:23
Не верифицирован
27 май 2025, 02:23
57a0ef1
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "module": "preserve", "moduleResolution": "bundler", "composite": true, "declaration": true, "emitDeclarationOnly": true, "stripInternal": true, "strict": true, /* Additional Checks */ "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitOverride": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, /* This needs to be false so our types are possible to consume without setting this */ "esModuleInterop": false, "isolatedModules": true, "skipLibCheck": false, "resolveJsonModule": true } }