From 1f4008c8f84e054624e88d488816743a3a863b5b Mon Sep 17 00:00:00 2001 From: Danielle Adams Date: Wed, 28 Feb 2024 13:18:17 -0700 Subject: [PATCH] ARCH-2011 - Re-add a raw tsconfig but with double quotes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 837b344..cfa3a28 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "build": "npm ci && npm run bundle && npm run format", - "bundle": "esbuild ./src/main.js --bundle --platform=node --outfile=dist/index.js", + "bundle": "esbuild ./src/main.js --bundle --platform=node --outfile=dist/index.js --tsconfig-raw=\"{}\"", "format": "prettier --write **/*.js", "format-check": "prettier --check **/*.js" },