From a77d08b9ec217879f42fc9bd1f09f35f8f29c5ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20S=C3=A1ez?= Date: Tue, 3 Nov 2020 12:00:44 -0300 Subject: [PATCH] enable TypeScript declaration files (#130) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index e004544..7ac736e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "declaration": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "module": "commonjs",