tsconfig.base.json

Path: unified-ai-platform/node_modules/rxjs/src/tsconfig.base.json
Size: 200 bytes
Lines: 13
Type: json
json
{
  "extends": "../tsconfig.json",
  "compilerOptions": {
    "noEmit": false,
    "baseUrl": ".",
    "paths": {
      "rxjs": ["./"],
      "rxjs/*": ["./*"]
    }
  },
  "include": ["./**/*.ts"]
}
← Back to Index ⬇ Download