/
sweetebin
/
hackaton_26
Обзор
Документация
Войти
/
sweetebin
/
hackaton_26
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
web-form-project/node_modules/rxjs/tsconfig.json
28 строк
692 B
AKorostelev
web form project added
28 июл 2026, 10:57
28 июл 2026, 10:57
4339e77
Код
Авторство
О чём код?
{ "compilerOptions": { "incremental": true, "removeComments": true, "preserveConstEnums": true, "sourceMap": true, "strict": true, "noImplicitReturns": true, "moduleResolution": "node", "stripInternal": true, "noEmit": true, "lib": [ "esnext", "dom" ], "target": "esnext", "baseUrl": ".", "paths": { "rxjs": ["./src/index"], "rxjs/operators": ["./src/operators/index"], "rxjs/testing": ["./src/testing/index"], "rxjs/ajax": ["./src/ajax/index"], "rxjs/webSocket": ["./src/webSocket/index"], "rxjs/fetch": ["./src/fetch/index"], "rxjs/internal/*": ["./src/internal/*"] } } }