/
vasya2
/
var
Обзор
Документация
Войти
/
vasya2
/
var
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
api/tsconfig.json
13 строк
285 B
Oliver Eyton-Williams
refactor(api): import ts-reset in entrypoint (#51677)
28 сен 2023, 19:40
Не верифицирован
28 сен 2023, 19:40
1efa4a5
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2022", "module": "CommonJS", "allowJs": true, "strict": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "resolveJsonModule": true, "noEmit": true, "noUncheckedIndexedAccess": true } }