mirror of
https://github.com/cudr/slate-collaborative.git
synced 2025-06-07 09:54:03 +00:00
chore: bump package and update compile type
This commit is contained in:
parent
c67a018e89
commit
9f352a45e2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hiveteams/collab",
|
"name": "@hiveteams/collab",
|
||||||
"version": "1.0.0-alpha.4",
|
"version": "1.0.0-alpha.5",
|
||||||
"main": "",
|
"main": "",
|
||||||
"description": "Slate collaborative editing",
|
"description": "Slate collaborative editing",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"suppressImplicitAnyIndexErrors": true,
|
"suppressImplicitAnyIndexErrors": true,
|
||||||
"target": "esnext"
|
"target": "es2019"
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"],
|
"exclude": ["node_modules"],
|
||||||
"include": ["**/*.ts", "**/*.tsx"]
|
"include": ["**/*.ts", "**/*.tsx"]
|
||||||
|
Loading…
Reference in New Issue
Block a user