Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 8bcd0ab9 authored by Simon Chan's avatar Simon Chan
Browse files

chore: fix project reference

parent bbd26832
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

    "references": [
        {
            "path": "../event/tsconfig.json"
            "path": "../event/tsconfig.build.json"
        },
        {
            "path": "../stream-extra/tsconfig.build.json"
+2 −2
Original line number Diff line number Diff line
@@ -26,8 +26,8 @@
    "main": "esm/index.js",
    "types": "esm/index.d.ts",
    "scripts": {
        "build": "build-ts-package",
        "build:watch": "build-ts-package --incremental",
        "build": "tsc -b tsconfig.build.json",
        "build:watch": "tsc -b tsconfig.build.json",
        "test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --coverage",
        "prepublishOnly": "npm run build"
    },
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
            "path": "../adb/tsconfig.build.json"
        },
        {
            "path": "../event/tsconfig.json"
            "path": "../event/tsconfig.build.json"
        },
        {
            "path": "../stream-extra/tsconfig.build.json"