chore: bump package and update compile type

This commit is contained in:
Eric Maciel 2022-02-17 18:04:58 -05:00
parent c67a018e89
commit 9f352a45e2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@hiveteams/collab",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"main": "",
"description": "Slate collaborative editing",
"scripts": {

View File

@ -15,7 +15,7 @@
"sourceMap": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"target": "esnext"
"target": "es2019"
},
"exclude": ["node_modules"],
"include": ["**/*.ts", "**/*.tsx"]