Skip to content

Commit e2a5cf6

Browse files
cellogtimdorr
authored andcommitted
fully move away from index.d.ts (reduxjs#3561)
* fully move away from index.d.ts * build types into the types/ directory * remove autogenerated types dir * ignore auto-generated types * better type building, also clean old definitions * use types instead of typings Co-Authored-By: Jed Mao <[email protected]> * Don't build declaration maps Former-commit-id: 20c995c Former-commit-id: cc5bb53
1 parent 88e0f34 commit e2a5cf6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ dist
55
lib
66
es
77
coverage
8+
types
89

910
website/translated_docs
1011
website/build/

package.json.REMOVED.git-id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f9fa58a23304df6db0de97bb60fda0a26606d4b2
1+
af8b30bf2781a6c529d0bac9feee9109a4031fda

tsconfig.json.REMOVED.git-id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0abee9b5c3a10031fe5f1a563af699c66cbe8307
1+
1ef2e9f083e0338a4cf39a2cd6a11df70b0c3abc

0 commit comments

Comments
 (0)