Skip to content

Commit 56d1187

Browse files
committed
chore: migrating to typescript
work in progress, I'll squash all commits.
1 parent 289923f commit 56d1187

28 files changed

+2217
-12316
lines changed

.babelrc

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,40 @@
11
{
22
"env": {
3-
"test": {
4-
"presets": [
5-
["env", {
6-
"targets": { "node": "current" }
7-
}],
8-
"flow"
9-
],
10-
"plugins": []
11-
},
123
"registry": {
134
"presets": [
14-
["env", {
15-
"targets": { "node": "current" }
16-
}],
17-
"flow"
5+
[
6+
"@babel/env",
7+
{
8+
"targets": {
9+
"node": "8.15"
10+
}
11+
}
12+
],
13+
"@babel/typescript"
1814
],
19-
"plugins": []
15+
"plugins": [
16+
"@babel/proposal-class-properties",
17+
"@babel/proposal-object-rest-spread"
18+
]
2019
},
2120
"registry-docker": {
22-
"presets": [
23-
["env", {
24-
"targets": { "node": "10" }
25-
}],
26-
"flow"
27-
],
28-
"plugins": []
21+
"registry": {
22+
"presets": [
23+
[
24+
"@babel/env",
25+
{
26+
"targets": {
27+
"node": "10"
28+
}
29+
}
30+
],
31+
"@babel/typescript"
32+
],
33+
"plugins": [
34+
"@babel/proposal-class-properties",
35+
"@babel/proposal-object-rest-spread"
36+
]
37+
},
2938
},
3039
"development": {}
3140
}

flow-typed/.editorconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

flow-typed/npm/@commitlint/cli_vx.x.x.js

Lines changed: 0 additions & 157 deletions
This file was deleted.

flow-typed/npm/@commitlint/config-conventional_vx.x.x.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

flow-typed/npm/@commitlint/travis-cli_vx.x.x.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)