Skip to content

Commit f6b97aa

Browse files
committed
project set up
1 parent dcca1ed commit f6b97aa

File tree

7 files changed

+1565
-17
lines changed

7 files changed

+1565
-17
lines changed

.babelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react",
5+
"@babel/preset-typescript"
6+
]
7+
}

.npmignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
/src
2-
webpack.config.js
2+
webpack.config.js
3+
tsconfig.json
4+
yarn.lock
5+
dist/index.js.LICENSE.txt
6+
.babelrc

0 commit comments

Comments
 (0)