/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
type-definitions/ts-tests/tsconfig.json
16 строк
298 B
Tom Mrazauskas
Migrate more type tests to TSTyche (#1989)
26 фев 2024, 11:22
Не верифицирован
26 фев 2024, 11:22
bbd8fc9
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2015", "module": "commonjs", "sourceMap": true, "strict": true, "types": [], "noEmit": true, "lib": ["es2015"], "baseUrl": "./", "paths": { "immutable": ["../immutable.d.ts"] } }, "exclude": ["node_modules"] }