diff --git a/package.json b/package.json index 3b2d82d..d39f111 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/tsconfig.json b/tsconfig.json index 3d6f5d1..7dc042c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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