From 181547a25213bee8a20002e07344b957386c4d0f Mon Sep 17 00:00:00 2001 From: Pauline Date: Sun, 26 Nov 2023 22:55:04 -0500 Subject: feat(build): transfer everything to esm/ts --- turbo.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'turbo.json') diff --git a/turbo.json b/turbo.json index 0afb03a..9dbd766 100644 --- a/turbo.json +++ b/turbo.json @@ -14,6 +14,9 @@ }, "dev": { "cache": false + }, + "test": { + "outputs": [] } }, "globalEnv": ["PORT", "NODE_ENV"] -- cgit