Commit 7c5aab3
authored
Previously, types were built into `build/npm/types/src/index.d.ts`. The `src` sub-directory shouldn't be in there, so this patch fixes that by removing some leftover properties in the main `tsconfig.json` which caused this sub-directory to appear.
Also removed a few additional unnecessary properties, such as `types` which we only need in `tsconfig.test.json`.
1 parent d9c82b8 commit 7c5aab3
2 files changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 4 | | |
12 | 5 | | |
13 | 6 | | |
| |||
0 commit comments