From 99ae71aee0161064b51f9f8d2eef89ecba7ce946 Mon Sep 17 00:00:00 2001 From: becem-gharbi <99251251+becem-gharbi@users.noreply.github.com> Date: Tue, 23 May 2023 10:48:19 +0100 Subject: [PATCH] chore: generate declaration files on build --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 7a4d5f5..c341dac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,8 @@ "target": "ES2020", "sourceMap": false, "outDir": "dist", - "skipLibCheck": true + "skipLibCheck": true, + "declaration": true }, "include": ["src/**/*.ts"], "ts-node": {