diff --git a/tsconfig.json b/tsconfig.json index 16fbc0a..9c4c705 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,8 @@ "outDir": "./build", "target": "ES2022", "moduleResolution": "NodeNext", - "module": "CommonJS" + "module": "CommonJS", + "declaration": true, + "sourceMap": true } } \ No newline at end of file