From 10e131dade6243152d40753ae55e1d9a3cae0ee7 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 28 Dec 2020 10:18:37 +0000 Subject: [PATCH] chore: fix json format ts config (#68) --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index df493db..5a029cc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "paths": { "mafmt": [ "./src", - "../src", + "../src" ] }, "types": [ @@ -30,7 +30,7 @@ "forceConsistentCasingInFileNames": true }, "files": [ - "./src/index.d.ts", + "./src/index.d.ts" ], "include": [ "./test/**/*.spec.js"