From 1750a2a33a1149aa61935e7085a0d0c6bc2f3d8a Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Tue, 23 Jan 2024 10:53:41 +0100 Subject: [PATCH] Do not emit transpiled JS --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ce674e8..2558e1d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,8 @@ "target": "esnext", "moduleResolution": "bundler", - "noEmit": false, - "allowImportingTsExtensions": false, + "noEmit": true, + "allowImportingTsExtensions": true, "moduleDetection": "force", "strict": true,