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

13 lines
200 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"baseUrl": ".",
"paths": {
"rxjs": ["./"],
"rxjs/*": ["./*"]
}
},
"include": ["./**/*.ts"]
}