diff --git a/tsconfig.json b/tsconfig.json index cf448a9..6487281 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "moduleResolution": "node", "outDir": "./build", "rootDir": "./src", - "noEmit": true, + "emitDeclarationOnly": true, + "declaration": true, "strict": true, "skipLibCheck": true, "esModuleInterop": true