diff --git a/src/ephemeral-map/tsconfig.json b/src/ephemeral-map/tsconfig.json index ec3a9c9..3e74d19 100644 --- a/src/ephemeral-map/tsconfig.json +++ b/src/ephemeral-map/tsconfig.json @@ -5,10 +5,5 @@ "rootDir": "./src" }, "include": ["src"], - "exclude": ["node_modules", "dist"], - "references": [ - { - "path": "../timestore" - } - ] + "exclude": ["node_modules", "dist"] } diff --git a/tsconfig.base.json b/tsconfig.base.json index 4499151..d1b0fe9 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,7 +2,7 @@ "extends": "@openally/config.typescript/cjs", "compilerOptions": { "strictPropertyInitialization": false, - "composite": true, + "composite": false, "types": ["node"] } }