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"] }