We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2bda8 commit 06f98d9Copy full SHA for 06f98d9
internal-packages/clickhouse/package.json
@@ -25,5 +25,15 @@
25
"db:migrate:down": "GOOSE_COMMAND=down pnpm run db:migrate",
26
"test": "vitest --sequence.concurrent=false --no-file-parallelism",
27
"test:coverage": "vitest --sequence.concurrent=false --no-file-parallelism --coverage.enabled"
28
+ },
29
+ "exports": {
30
+ "./package.json": "./package.json",
31
+ ".": {
32
+ "import": {
33
+ "@triggerdotdev/source": "./src/index.ts",
34
+ "types": "./dist/src/index.d.ts",
35
+ "default": "./dist/src/index.js"
36
+ }
37
38
}
-}
39
+}
0 commit comments