system-prompts-and-models-o.../unified-ai-platform/node_modules/rxjs/tsconfig.json
dopeuni444 ae726301f8 KI
KJ
2025-08-06 11:08:49 +04:00

29 lines
692 B
JSON

{
"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/*"]
}
}
}