From d0c63a40106c694638fe2c9a970a6044a7d1accd Mon Sep 17 00:00:00 2001 From: Sebastian Pekarek Date: Thu, 19 Oct 2023 17:47:45 +0200 Subject: [PATCH] chore: correct field order in tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0aa5a23ab..bb45f1d74 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,8 @@ "module": "nodenext", "moduleResolution": "nodenext", "outDir": "./dist", - "strict": true, "sourceMap": true, + "strict": true, "target": "es6" }, "exclude": [