Commit 9c6c3ae
authored
- this is my own tsconfig base built on top of @tsconfig/strictest
- as you can see, it just reduces all the non-type-checking related config that @tsconfig/strictest doesn't cover
- TS doesn't yet support package `exports` for tsconfigs yet, hence the longer path into the package
- Relative paths in tsconfig bases are also relative _within_ node_modules, so have to repeat any relative paths here
- And due to this, I think it's better right now for `build` to extend the base here instead of the `build` tsconfig in `@agilgur5/tsconfig`
- I didn't fully think that one through when I made it tbh, though it still serves as a good example tsconfig
- Maybe that will be different in the future if TS changes or otherwise comes up with a solution to this
1 parent 9a98a34 commit 9c6c3ae
3 files changed
+28
-18
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | | - | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 10 | | |
25 | 11 | | |
0 commit comments