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",
|
||||
"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",
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user