diff --git a/package.json b/package.json index 168eee2..f5cb3f9 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "/bin", "/dist" ], + "main": "./dist/commands.js", "bin": { "@futura-dev/cosmoprism": "dist/cli.js" }, diff --git a/tsconfig.json b/tsconfig.json index 3ad2500..a5f63c2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true, - "skipLibCheck": true + "skipLibCheck": true, + "declaration": true } }