Skip to content

Commit 1bf4397

Browse files
committed
Remove now unnecessary rxjs tsconfig.json reference from docs
1 parent 81a4cd3 commit 1bf4397

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/typescript.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Config for strict **TypeScript** projects.
4848
typescript: {
4949
alwaysTryTypes: true,
5050
project: 'tsconfig.base.json'
51-
// or if using RxJS:
52-
// project: ['tsconfig.base.json', 'node_modules/rxjs/tsconfig.json']
5351
}
5452
}
5553
}

scripts/helpers/configs.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ export default tseslint.config(
109109
typescript: {
110110
alwaysTryTypes: true,
111111
project: 'tsconfig.base.json'
112-
// or if using RxJS:
113-
// project: ['tsconfig.base.json', 'node_modules/rxjs/tsconfig.json']
114112
}
115113
}
116114
}

0 commit comments

Comments
 (0)