dd/node_modules/rxjs/src/tsconfig.base.json
2026-06-14 15:46:45 +08:00

13 lines
200 B
JSON

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