From ed299890dc4c8e229185b6b6c47471ddc02d18d7 Mon Sep 17 00:00:00 2001 From: KATT Date: Sat, 30 Sep 2023 21:06:58 +0200 Subject: [PATCH] cool --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7750bf37..9a35b3df 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,10 @@ "esModuleInterop": true, "module": "NodeNext", "moduleResolution": "NodeNext", - "target": "ES2022" + "target": "ES2022", + "outDir": "lib", + "sourceMap": true, + "resolveJsonModule": true }, "include": ["src"] }