From 147b72d2c0027877325f745df81558ecc2b68c0f Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Tue, 11 Jan 2022 11:06:16 +0200 Subject: [PATCH] update tscofnig --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ce348970..34a35ce2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,8 +12,7 @@ "experimentalDecorators": true, "preserveConstEnums": true, "outDir": "./dist/node/", - // "rootDir": "./src/", - "rootDirs": ["./src/", "./artifacts/"], + "rootDir": ".", "sourceMap": true, "typeRoots": ["node_modules/@types"] },