From ffb1ca4196a4b6adce42fab76965c669003a9feb Mon Sep 17 00:00:00 2001 From: Raisa Primerova Date: Mon, 7 Oct 2024 13:16:31 -0600 Subject: [PATCH] fix: Include json files --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 4d30a8b..17c7f9b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,10 @@ "skipLibCheck": true, "composite": true }, + "include": [ + // ...other includes + "packages/**/*.json" + ], "ts-node": { "compilerOptions": { "module": "commonjs"