From 952a458b1f8cf4cbb7420fd8005413f4d3f2e19d Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 11 Apr 2023 00:15:38 -0500 Subject: [PATCH] fix: build --- examples/dexa-mfm/tsconfig.json | 6 +----- packages/chatgpt-plugin/tsconfig.json | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/dexa-mfm/tsconfig.json b/examples/dexa-mfm/tsconfig.json index 8aef6de..df20865 100644 --- a/examples/dexa-mfm/tsconfig.json +++ b/examples/dexa-mfm/tsconfig.json @@ -14,9 +14,5 @@ }, "include": ["next-env.d.ts", "package.json", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"], - "references": [ - { - "path": "../../packages/chatgpt-plugin/tsconfig.json" - } - ] + "references": [{ "path": "../../packages/chatgpt-plugin/tsconfig.json" }] } diff --git a/packages/chatgpt-plugin/tsconfig.json b/packages/chatgpt-plugin/tsconfig.json index 11c523d..3a05ae5 100644 --- a/packages/chatgpt-plugin/tsconfig.json +++ b/packages/chatgpt-plugin/tsconfig.json @@ -3,6 +3,7 @@ "compilerOptions": { "composite": true, "outDir": "build", + "rootDir": "src", "tsBuildInfoFile": "build/.tsbuildinfo", "emitDeclarationOnly": true },