We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0ce2c commit 1f1c47eCopy full SHA for 1f1c47e
.gitignore
@@ -1,6 +1,6 @@
1
dist
2
/helpers
3
-/migration
+migration.*
4
/test/browser/bundle.js
5
node_modules
6
.vscode
package.json
@@ -39,7 +39,8 @@
39
"files": [
40
"dist",
41
"helpers",
42
- "migration",
+ "migration.d.ts",
43
+ "migration.js",
44
"outdated-typescript.d.ts"
45
],
46
"exports": {
0 commit comments