From b7a49877b97d2ec60102bc56fa4a7ae34afedee5 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sun, 20 Aug 2023 19:00:18 -0700 Subject: [PATCH] generate declaration/source map files --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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