diff --git a/tsconfig.json b/tsconfig.json index 21fddc5..ac966ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "resolveJsonModule": true, "rootDir": "./", "outDir": "./build", - "strict": true + "strict": true, + "declaration": true } -} \ No newline at end of file +}