mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
Update package
This commit is contained in:
parent
5b38add87c
commit
1c1708bf7b
@ -1,11 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hiveteams/collab",
|
"name": "@hiveteams/collab",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"exports": {
|
|
||||||
"./bridge": "./build/bridge",
|
|
||||||
"./client": "./build/client",
|
|
||||||
"./backend": "./build/backend"
|
|
||||||
},
|
|
||||||
"description": "Slate collaborative editing",
|
"description": "Slate collaborative editing",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "prettier --write",
|
"format": "prettier --write",
|
||||||
|
@ -3,13 +3,11 @@
|
|||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"baseUrl": "./src",
|
"baseUrl": "./src",
|
||||||
"outDir": "./build",
|
"outDir": "./build",
|
||||||
"allowSyntheticDefaultImports": true,
|
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"declarationMap": true,
|
"declarationMap": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"moduleResolution": "node",
|
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"suppressImplicitAnyIndexErrors": true
|
"suppressImplicitAnyIndexErrors": true
|
||||||
|
Loading…
Reference in New Issue
Block a user