Commit ce8fb7c8 authored by Ruslan Konviser's avatar Ruslan Konviser
Browse files

fix: build for Server (still broken for now)

parent d3086618
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
	"name": "@ever-platform/common",
	"description": "Ever Platform Shared Core",
	"license": "AGPL-3.0",
	"version": "0.4.1",
	"version": "0.4.2",
	"homepage": "https://ever.co",
	"repository": {
		"type": "git",
+2 −1
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@ export interface DBObjectClass extends Function {
export abstract class DBObject<
	RawObject extends CreateObject & DBRawObject,
	CreateObject extends DBCreateObject
> implements DBRawObject {
> implements DBRawObject
{
	// to allow inferring the generic args types
	readonly CreateObjectTYPE: CreateObject;

+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@
		"rootDir": "./",
		"types": ["node", "reflect-metadata", "jest"],
		"esModuleInterop": true,
		"incremental": true,
		"tsBuildInfoFile": "./tsconfig.tsbuildinfo",
		"incremental": false,
		"experimentalDecorators": true,
		"paths": {
			"@modules/server.common/*": [