diff --git a/tsconfig.json b/tsconfig.json index c3a825d..803b868 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,8 @@ "extends": "@tsconfig/node18/tsconfig.json", "compilerOptions": { "outDir": "dist", - "rootDir": "src" - } + "rootDir": "src", + "declaration": true + }, + "exclude": ["**/*.spec.ts"] }