We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42beb1 commit 018d81eCopy full SHA for 018d81e
packages/litlytics/build.ts
@@ -1,3 +1,6 @@
1
+// ignore ban ts comment and ignore top level await
2
+/* eslint @typescript-eslint/ban-ts-comment: 0 */
3
+// @ts-ignore
4
await Bun.build({
5
entrypoints: ['./litlytics.ts'],
6
outdir: './dist',
0 commit comments