Update package

This commit is contained in:
Eric Maciel 2022-02-22 17:44:00 -05:00
parent 5b38add87c
commit 1c1708bf7b
2 changed files with 1 additions and 8 deletions

View File

@ -1,11 +1,6 @@
{
"name": "@hiveteams/collab",
"version": "1.0.0",
"exports": {
"./bridge": "./build/bridge",
"./client": "./build/client",
"./backend": "./build/backend"
},
"version": "1.0.1",
"description": "Slate collaborative editing",
"scripts": {
"format": "prettier --write",

View File

@ -3,13 +3,11 @@
"rootDir": "./src",
"baseUrl": "./src",
"outDir": "./build",
"allowSyntheticDefaultImports": true,
"declaration": true,
"skipLibCheck": true,
"declarationMap": true,
"esModuleInterop": true,
"jsx": "react",
"moduleResolution": "node",
"sourceMap": true,
"strict": true,
"suppressImplicitAnyIndexErrors": true