Skip to content

Commit a18e045

Browse files
author
Anton Cheng
committed
Add base configs
1 parent 54d51ae commit a18e045

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.babelrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"presets": [
3+
[
4+
"env",
5+
{
6+
"targets": {
7+
"browsers": ["last 2 versions"],
8+
"node": 8
9+
},
10+
"forceAllTransforms": true
11+
}
12+
]
13+
]
14+
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
package-lock.json
2+
package-lock.json
3+
packages/**/lib/

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages/**/src/

0 commit comments

Comments
 (0)