From c94eedfcd353922d91f0a9540dc659ac301de5d3 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Wed, 4 Nov 2020 09:56:16 +0000 Subject: [PATCH] Fixed small error with tsconfig file --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b4e1750..38532c0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "noImplicitAny": true, "removeComments": true, "preserveConstEnums": true, - "outFile": "./dist/carpark-tsc.js", "sourceMap": true }, "include": ["ts-lib/**/*"],