Skip to content

Commit

Permalink
✨ Enable newest JS features in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Sep 28, 2020
1 parent b4247df commit 9d5754d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"declaration": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"lib": ["ESNext", "DOM"],
"outDir": "./lib"
},
"files": ["src/index.ts"]
Expand Down

0 comments on commit 9d5754d

Please sign in to comment.