Skip to content

Commit

Permalink
feat: third attempt, working version
Browse files Browse the repository at this point in the history
  • Loading branch information
baltaazr committed Sep 29, 2020
1 parent 3183931 commit 302c236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"repository": "bottable/fiber",
"main": "dist/index.js",
"module": "dist/index.es.js",
"module": "dist/index.esm.js",
"source": "src/index.ts",
"engines": {
"node": ">=10"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"outDir": "dist",
"module": "esnext",
"lib": ["dom", "esnext"],
"lib": ["es6", "dom", "es2016", "es2017"],
"moduleResolution": "node",
"jsx": "react",
"sourceMap": true,
Expand Down

0 comments on commit 302c236

Please sign in to comment.