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": {