Commit 10adaf6
committed
refactor(tsconfig): add types field; remove redundant strict options; normalize casing
- Add "types": ["node"] to 4 vendor obsidian-plugin-library tsconfigs for TS 6.0
- Remove alwaysStrict, noImplicitAny, noImplicitThis from all 10 tsconfigs (redundant)
- Normalize lib/module/target casing to lowercase across all 10 files
Refs: TS 6.0 compatibility audit1 parent 00a5633 commit 10adaf6
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | 12 | | |
15 | | - | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | | - | |
| 25 | + | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
0 commit comments